由于模块是双模式,我遇到了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和其他.
谢谢
解决方法 133错误代码:连接超时或未找到设备.22错误代码:蓝牙关闭然后设备断开连接.
总结以上是内存溢出为你收集整理的android – BluetoothGattCallback – onConnectionStateChange返回status22全部内容,希望文章能够帮你解决android – BluetoothGattCallback – onConnectionStateChange返回status22所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)