iOS read system notification #456
Unanswered
vaskomichal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bluetoothctl -v
) in case of Linux: bluetoothctl: 5.5Description
I want to create a script which will be read system notification from iPhone. I don't want to create custom characteristics read-write data only read notification like a smart watch on raspberry.
If I understand it correctly it is necessary to set service with UUID 7905F431-B5CE-4E99-A40F-4B1E122D00D0 (The Apple Notification Center Service is a primary service whose service UUID is 7905F431-B5CE-4E99-A40F-4B1E122D00D0) and then set characteristics to 9FBF120D-6301-42D9-8C58-25E699A21DBD (In its basic form, the ANCS exposes three characteristics: Notification Source: UUID 9FBF120D-6301-42D9-8C58-25E699A21DBD (notifiable) )
What I Did
I assumed that I had to set the service id UUID 7905F431-B5CE-4E99-A40F-4B1E122D00D0 from apple doc somewhere but I don't find the place in the example.
Here is my response when I try to run it.
Did I forget something? And If I need it how is it possible to set service uuid ?
Here is my source code
Here is the full response
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions