我正在开发一个
Android应用程序来与蓝牙模块双模式接口.
由于模块是双模式,我遇到了here所描述的相同问题.
但是我尝试做一个变通方法,因为在第一次连接之后,回调onConnectionStateChange()返回状态133.总是在Main Activity的onStop()方法中,我关闭BluetoothGatt对象以释放资源.进一步在bluetooth.close()之前添加了bluetoothGatt.disconnect().
当调用disconnect()时,我的手机与模块有更多连接,但有时重新连接后,回调onConnectionStateChange返回状态22.
我没有在BluetoothGatt文档中找到状态22.
UPDATE
在BLE callbacks are passed status codes that are not in the public API.中,主题是关于状态22和其他.
谢谢