-
Notifications
You must be signed in to change notification settings - Fork 1k
demo_explain
liuyanwei edited this page Sep 29, 2015
·
2 revisions
BabyBluetoothExamples/BabyBluetoothAppDemo :similar to lightblue ,implement by BabyBluetooch
functionality
- 1:scan for nearby bluetooch peripheral
- 2:cannect and discover peripheral’s services and characteristic
- 3:read characteristic and characteristic‘s value,and descriptors or descriptors's value
- 4:write 0x01 to characteristic
- 5:subscription/unsubscription characteristic
BabyBluetoothExamples/BabyBluetoothOSDemo :mac osx app,osx and ios is not diffent on CoreBluetooth,so BabyBluetooth can use in both ios and osx 。 functionality
- 1:scanfor peripheral, conncet peripheral 、read characteristic,read characteristic 's value,discover descriptors and descriptors's value,the message all in nslog,this app none UI