03.ios网络链接地址
ancs:The Apple Notification Center Service https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Introduction/Introduction.html
- ams:The Apple Media Service https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/AppleMediaService_Reference/Specification/Specification.html#//apple_ref/doc/uid/TP40014716-CH1-SW7
- ios 提供的所有的ble 服务:
- http://www.cypress.com/documentation/software-and-drivers/bluetooth-low-energy-ble-profiles-and-services
github Demo :https://github.com/devunwired/accessory-samples
- 牛人github: https://github.com/devunwired
- 日本ble demo:https://github.com/youten/aBeacon
Android tutorial: http://toastdroid.com/2014/09/22/android-bluetooth-low-energy-tutorial/
return Response: https://github.com/youten/aBeacon/blob/master/app/src/main/java/youten/redo/ble/abeacon/ImmediateAlertService.java
低功耗 csdn: http://blog.csdn.net/likebamboo/article/category/1732849
测试 BLe service github 项目:
https://github.com/WebBluetoothCG/ble-test-peripheral-android
测试 BLe centeral github 项目
https://github.com/googlesamples/android-BluetoothLeGatt
- BLE 发射频率:http://blog.csdn.net/stephen_lu_fahai/article/details/49642045
- (重要)BLE蓝牙数据广播数据解析: http://www.race604.com/ble-advertising/
- https://www.bluetooth.com/specifications/adopted-specifications
好文章地址:
http://murata.eetrend.com/blog/5038 ble 连接事件 http://blog.csdn.net/zzfenglin/article/details/51304084