Fragment preference for extended advertising data
C
#define BLE_GAP_EXT_ADV_DATA_FRAG_ALL 0x00 #define BLE_GAP_EXT_ADV_DATA_FRAG_MIN 0x01
Description
Defines the preference on fragmenting extended advertising data.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_EXT_ADV_DATA_FRAG_ALL | BLE Stack may fragment all advertising data. |
BLE_GAP_EXT_ADV_DATA_FRAG_MIN | BLE Stack should not fragment or should minimize fragmentation of advertising data. |