随笔分类 -  iOS ble 蓝牙

【转】打开蓝牙来允许”xxx”连接到配件
只有注册用户登录后才能阅读该文。

posted @ 2017-08-21 14:04 wi100sh 阅读(2) 评论(0) 推荐(0)

【转】ios设备的唯一标示符
只有注册用户登录后才能阅读该文。

posted @ 2017-05-31 11:37 wi100sh 阅读(1) 评论(0) 推荐(0)

【转】ios之蓝牙开发
只有注册用户登录后才能阅读该文。

posted @ 2016-10-31 17:12 wi100sh 阅读(7) 评论(0) 推荐(0)

【转】ios蓝牙开发学习笔记(四)ios蓝牙应用的后台处理 -- 不错
摘要:原文网址:http://dev.ailab.cn/article-1038-220511-1.html 默认情况下,当应用进入后台或挂起时,蓝牙任务是不执行的。但是,你可以把应用声明为支持蓝牙后台执行模式,这样当有蓝牙相关事件发生时,你的应用就可以被唤醒来处理任务。即使你的应用不要求后台处理支持,当 阅读全文

posted @ 2016-08-30 11:44 wi100sh 阅读(1346) 评论(0) 推荐(0)

【转】Core Bluetooth框架之三:最佳实践
只有注册用户登录后才能阅读该文。

posted @ 2016-08-04 09:39 wi100sh 阅读(5) 评论(0) 推荐(0)

【转】Core Bluetooth框架之二:后台处理
摘要:原文网址:http://southpeak.github.io/blog/2014/07/31/core-bluetoothkuang-jia-zhi-er-:hou-tai-chu-li/ 在开发BLE相关应用时,由于应用在后台时会有诸多资源限制,需要考虑应用的后台处理问题。默认情况下,当程序位于 阅读全文

posted @ 2016-08-04 09:38 wi100sh 阅读(471) 评论(0) 推荐(0)

【转】Core Bluetooth框架之一:Central与Peripheral
摘要:原文网址:http://southpeak.github.io/blog/2014/07/29/core-bluetoothkuang-jia-zhi-%5B%3F%5D-:centralyu-peripheral/ iOS和Mac应用使用Core Bluetooth framework来与BLE( 阅读全文

posted @ 2016-08-04 09:37 wi100sh 阅读(1225) 评论(0) 推荐(0)

ios ble 参考
摘要:About Core Bluetooth https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/AboutCoreBluetooth/ 阅读全文

posted @ 2016-08-04 09:36 wi100sh 阅读(183) 评论(0) 推荐(0)

【转】IOS 怎么获取外设的广播数据AdvData
摘要:原文网址:http://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/73443.aspx NSArray *keys = [advertisementData allKeys]; NSData 阅读全文

posted @ 2016-05-26 14:05 wi100sh 阅读(3218) 评论(0) 推荐(0)

导航