We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实际现象 给设备升级,进行DFU升级时,MHBluetoothLE.connect无返回,重连也一样无返回数据
期望表现 可以连接上或者返回数据
环境
其他的上下文/日志/截图
提供更多的上下文,有日志或者截图更好。
尝试过的解决办法 连接时可能会接收到centralManager_didDisconnectPeripheral_error通知,尝试以下解决办法 1、延时5秒之后进行MHBluetoothLE.connect,没有效果 2、主动断开与设备端连接,然后进行MHBluetoothLE.connect,没有效果
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
connectDevice 方法返回是连接状态,但是connect方法返回不一样
查到设备处于connecting和disconnecting无法连接或者断开连接
No branches or pull requests
Bug Report
实际现象
给设备升级,进行DFU升级时,MHBluetoothLE.connect无返回,重连也一样无返回数据
期望表现
可以连接上或者返回数据
环境
MHBluetoothLE.connect
复现步骤
其他的上下文/日志/截图
提供更多的上下文,有日志或者截图更好。
尝试过的解决办法
连接时可能会接收到centralManager_didDisconnectPeripheral_error通知,尝试以下解决办法
1、延时5秒之后进行MHBluetoothLE.connect,没有效果
2、主动断开与设备端连接,然后进行MHBluetoothLE.connect,没有效果
The text was updated successfully, but these errors were encountered: