BLE 开发爬坑

记录一个ble连接断开连接断开多次会导致写入多次的问题,

mBluetoothGatt.close();  //BluetoothGatt必须在上一次断开连接的时候close掉。否则,怎么回收垃圾都没用,还会觉得是OOM 

直接置空BluetoothGatt也没用。

你可能感兴趣的:(BLE 开发爬坑)