Search code examples
androidbluetoothuuidbluetooth-lowenergygatt

UUID of Alert Notification Profile - ANP (in GATT), in Bluetooth Low Energy


I am working with Alert Notification Profile (ANP) in Bluetooth Low Energy between Samsung Galaxy S3 and peripheral device.

I can not find any information related to specific UUID's ANP at Android Developer Site.

But in ANCS Specifications (iOS Developer Site), They define specific UUID's ANCS :

The Apple Notification Center Service is a primary service whose service UUID is 7905F431-B5CE-4E99-A40F-4B1E122D00D0.

I feel worry about this different, so anyone can tell me about :

What is specific UUID's ANP in Android?

P/s : From UUID in Wiki, I know this :

Anyone can create a UUID and use it to identify something with reasonable confidence that the same identifier will never be unintentionally created by anyone to identify something else.

But actually, Google Developer has not confirmed about specific UUID's ANP yet?


Solution

  • The basic Bluetooth is : 0000xxxx-0000-1000-8000-00805f9b34fb.

    "xxxx" is Assigned Number you need replace in it, you can declared.

    But the other thing, at firmware side also define that UUID for Mobile Application can communicate with Firmware.