1.2.2.3.1.1.1.2 ANCS length definition

C

#define BLE_ANCS_MAX_PACKET_BUFFER_SIZE     1024
#define BLE_ANCS_MAX_APPID_LEN              32
#define BLE_ANCS_MAX_TITLE_LEN              32
#define BLE_ANCS_MAX_SUB_TITLE_LEN          32
#define BLE_ANCS_MAX_MESSAGE_LEN            512
#define BLE_ANCS_MAX_MESSAGE_SIZE_LEN       5
#define BLE_ANCS_MAX_DATE_LEN               18
#define BLE_ANCS_MAX_POS_ACTION_LABEL_LEN   8
#define BLE_ANCS_MAX_NEG_ACTION_LABEL_LEN   8
#define BLE_ANCS_MAX_APP_NAME_LEN           16

Description

The definition of maximum length for decoded attribute.

Macro Definition

MacroDescription
BLE_ANCS_MAX_PACKET_BUFFER_SIZEMaximum length of buffer for reassembled packet.
BLE_ANCS_MAX_APPID_LENMaximum length of App Identifier.
BLE_ANCS_MAX_TITLE_LENMaximum length of Title.
BLE_ANCS_MAX_SUB_TITLE_LENMaximum length of Subtitle.
BLE_ANCS_MAX_MESSAGE_LENMaximum length of Message.
BLE_ANCS_MAX_MESSAGE_SIZE_LENMaximum length of Message Size.
BLE_ANCS_MAX_DATE_LENMaximum length of Date Size.
BLE_ANCS_MAX_POS_ACTION_LABEL_LENMaximum length of Positive Action content.
BLE_ANCS_MAX_NEG_ACTION_LABEL_LENMaximum length of Negative action content.
BLE_ANCS_MAX_APP_NAME_LENMaximum length of Application Name.