ANCS attribute lengths
C
#define BLE_ANCS_MAX_PACKET_BUFFER_SIZE (1024U) #define BLE_ANCS_MAX_APPID_LEN (32U) #define BLE_ANCS_MAX_TITLE_LEN (32U) #define BLE_ANCS_MAX_SUB_TITLE_LEN (32U) #define BLE_ANCS_MAX_MESSAGE_LEN (512U) #define BLE_ANCS_MAX_MESSAGE_SIZE_LEN (5U) #define BLE_ANCS_MAX_DATE_LEN (18U) #define BLE_ANCS_MAX_POS_ACTION_LABEL_LEN (8U) #define BLE_ANCS_MAX_NEG_ACTION_LABEL_LEN (8U) #define BLE_ANCS_MAX_APP_NAME_LEN (16U)
Description
Defines maximum lengths of various decoded attributes.
Macro Definition
Macro | Description |
---|---|
BLE_ANCS_MAX_PACKET_BUFFER_SIZE | Maximum buffer size for reassembled packets. |
BLE_ANCS_MAX_APPID_LEN | Maximum length of App Identifier. |
BLE_ANCS_MAX_TITLE_LEN | Maximum length of Title. |
BLE_ANCS_MAX_SUB_TITLE_LEN | Maximum length of Subtitle. |
BLE_ANCS_MAX_MESSAGE_LEN | Maximum length of Message. |
BLE_ANCS_MAX_MESSAGE_SIZE_LEN | Maximum length of Message Size. |
BLE_ANCS_MAX_DATE_LEN | Maximum length of Date. |
BLE_ANCS_MAX_POS_ACTION_LABEL_LEN | Maximum length of Positive Action Label. |
BLE_ANCS_MAX_NEG_ACTION_LABEL_LEN | Maximum length of Negative Action Label. |
BLE_ANCS_MAX_APP_NAME_LEN | Maximum length of Application Name. |