1.The UUID is in reverse order.
#define APPLE_NOTIFICATION_SERV_UUID_128N {0x79,0x05,0xf4,0x31,0xb5,0xce,0x4e,0x99,0xa4,0x0f,0x4b,0x1e,0x12,0x2d,0x00,0xd0}
This is the Normal one
#define APPLE_NOTIFICATION_SERV_UUID_128R {0xd0,0x00,0x2d,0x12,0x1e,0x4b,0x0f,0xa4,0x99,0x4e,0xce,0xb5,0x31,0xf4,0x05,0x79}
This is the Reverse one
2.Now I can find 3 Charateristic , next step is to learn how to use the Notification .
3.nRF51822 got sample code for ancs. Maybe I should switch side. ....
Comments