You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: iOS/ANCS/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
1
# Apple Notification Center Service Demo #
2
+
Original Author: John Gallagher (slackhappy)
3
+
Original location: https://github.com/slackhappy/ble112/tree/master/ancs
4
+
5
+
Modified: Bob Davidson 2014
6
+
7
+
2
8
[Apple Notification Center Service](https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/AppleNotificationCenterServiceSpecification.pdf) is a GATT service that will send push notifications to an connected bluetooth device whenever a notification event occurs on the iOS device.
3
9
This code lays out the basic stuff you need to get ANCS working on a project with an embedded device, such as a DIY smartwatch.
0 commit comments