【Mac/iOS】iOS蓝牙BLE

最近项目需要,要做个BLE的上位机程序。开发平台Xcode 8.2.1 目标设备 iphone 和 ipad  系统 ios 7.0+

功能: BLE 数据读取,修改

语言: Swift 3.0


先上文档资料


官方文档:

https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothOverview/CoreBluetoothOverview.html#//apple_ref/doc/uid/TP40013257-CH2-SW19

引用博文:

http://blog.csdn.net/chenli522/article/details/17114417   作者:jimoduwu


实现过程

你可能感兴趣的:(MacOS/iOS)