Jasonchenlijian / FastBle

Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.
Apache License 2.0
5.28k stars 1.22k forks source link

改进FastBle库 #547

Open githubwwj opened 2 years ago

githubwwj commented 2 years ago

1 加入蓝牙权限,安卓12以下后者安卓12以上 2 对代码的同步方法做出更多改进,一个蓝牙设备BleBluetooth,一个蓝牙连接器BleConnector,而不是每次发送数据都创建不同的蓝牙连接器