UUIDs of characteristics in Alert Notification profile
C
#define BLE_ANPC_UUID_ANCP (0x2A44U) #define BLE_ANPC_UUID_UNREAD_ALERT_STAT (0x2A45U) #define BLE_ANPC_UUID_NEW_ALERT (0x2A46U) #define BLE_ANPC_UUID_SUPP_NEW_ALERT_CAT (0x2A47U) #define BLE_ANPC_UUID_SUPP_UNREAD_ALERT_CAT (0x2A48U)
Description
UUIDs for characteristics used within the Alert Notification Service.
Macro Definition
Macro | Description |
---|---|
BLE_ANPC_UUID_ANCP | UUID for Alert Notification Control Point characteristic. |
BLE_ANPC_UUID_UNREAD_ALERT_STAT | UUID for Unread Alert Status characteristic. |
BLE_ANPC_UUID_NEW_ALERT | UUID for New Alert characteristic. |
BLE_ANPC_UUID_SUPP_NEW_ALERT_CAT | UUID for Supported New Alert Category characteristic. |
BLE_ANPC_UUID_SUPP_UNREAD_ALERT_CAT | UUID for Supported Unread Alert Category characteristic. |