博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
蓝牙代理报错:invalid handle error
阅读量:5948 次
发布时间:2019-06-19

本文共 475 字,大约阅读时间需要 1 分钟。

 错误症状:

-(void)peripheral:(CBPeripheral *)peripheral didUpdateNotificationStateForCharacteristic:(CBCharacteristic *)characteristic error:(NSError *)error{

    if (error) {

        JWLog(@"%@",[error localizedDescription]);

        return;

    }

    JWLog(@"updateNotification");

}

该代理抛出错误:invalid handle error

解决方法:将蓝牙重新启动,错误消失,连接正常

参考:http://stackoverflow.com/questions/25139916/setting-notifications-on-characteristic-results-in-invalid-handle-error

转载于:https://www.cnblogs.com/peaceWang/p/5109763.html

你可能感兴趣的文章
HBase常用操作命令
查看>>
智造时代:HR会被机器人取代吗?
查看>>
商超大战解读:1号店与天猫超市,谁更有戏?
查看>>
我的友情链接
查看>>
《sed的流艺术之三》-linux命令五分钟系列之二十三
查看>>
我的助理辞职了
查看>>
7月学习工具
查看>>
ocserv服务器安装
查看>>
LVS-NAT实现Discuz负载均衡
查看>>
gnome 桌面 右击 open terminal 失效处理
查看>>
每天一个linux命令(58):rcp命令
查看>>
再论三层架构
查看>>
nginx代理多次302(nginx Follow 302)
查看>>
Jquery教程 1.jquery的基础选择器
查看>>
我的友情链接
查看>>
Highcharts和Hinghstock图表构造参数常用属性
查看>>
模糊测试工具Simple Fuzzer
查看>>
RabbitMQ入门(六) —— 持久化
查看>>
iOS12系统应用发送邮件中的附件
查看>>
我的友情链接
查看>>