S140 SoftDevice v6.1.0
Macros
Advertising data sizes.

Macros

#define BLE_GAP_ADV_SET_DATA_SIZE_MAX   (31)
 
#define BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED   (255)
 
#define BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_CONNECTABLE_MAX_SUPPORTED   (238)
 

Detailed Description

Macro Definition Documentation

#define BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_CONNECTABLE_MAX_SUPPORTED   (238)

Maximum supported data length for an extended connectable advertising set.

#define BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED   (255)

Maximum supported data length for an extended advertising set.

#define BLE_GAP_ADV_SET_DATA_SIZE_MAX   (31)

Maximum data length for an advertising set. If more advertising data is required, use extended advertising instead.


Documentation feedback | Developer Zone | Subscribe | Updated