ios蓝牙Bluetooth库和示例app
BabyBluetoothExamples/BabyBluetoothAppDemo :一个类似lightblue的程序,蓝牙操作全部使用BabyBluetooch完成。 功能: 1:扫描周围设备 2:连接设备,扫描设备的全部services和characteristic 3:显示characteristic,读取characteristic的value,和descriptors以及Descriptors对应的value 4:写0x01到characteristic 5:订阅/取消订阅 characteristic的notify BabyBluetoothExamples/BabyBluetoothOSDemo :一个mac os程序,因为os和ios的蓝牙底层方法都一样,所以BabyBluetooth可以ios/os通用。但是os程序有个好处就是直接可以在mac上跑蓝牙设备,不像ios,必须要真机才能跑蓝牙设备。所以不能真机调试时可以使用os尝试蓝牙库的使用。 BabyBluetooth 一个非常容易使用的蓝牙库。 大家也可以去github上star项目 并下载最新代码。 https://github.com/coolnameismy/Ba byBluetooth byBluetooth
文件列表
BabyBluetooth-master.zip
(预估有个62文件)
BabyBluetooth-master
BabyBluetoothExamples
BabyBluetoothAppDemo
BabyBluetoothAppDemo.xcodeproj
project.xcworkspace
contents.xcworkspacedata
241B
project.pbxproj
25KB
BabyBluetoothAppDemo
CharacteristicViewController.m
13KB
ViewController.m
7KB
用户评论