Android BLE 教程

1. 当获取到 需要的设备时,应该stopScan 不然设备GATT连接会很慢

2. 当不需要设备时应该 使用BluetoothGatt.disconnect() 来断开与设备的连接 不然下次搜索时发现搜不到 其实是 因为没断开GATT



关于BLE :