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

APP持有的BluetoothGatt参数资源被释放,但是Android层的BluetoothGatt没有释放 #549

Open songzhiyin opened 2 years ago

songzhiyin commented 2 years ago

华为鸿蒙系统的手机不知道什么原因,导致BluetoothGatt参数为空了,但是Android层的BluetoothGatt服务连接是正常,可以接受到数据但是无法使用BleManager.getInstance().write()方法发送数据,现在的问题是怎么将Android层的蓝牙资源进行释放呢?请问哪位大佬能回答一下,谢谢!