1.2.2.1.1.1.23 Fragment preference of extended advertising data
C
#define BLE_GAP_EXT_ADV_DATA_FRAG_PREF_ALL 0x00 #define BLE_GAP_EXT_ADV_DATA_FRAG_PREF_MIN 0x01
Description
The definition of extended advertising event fragment preference.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_EXT_ADV_DATA_FRAG_PREF_ALL | BLE Stack may fragment all advertising data. |
BLE_GAP_EXT_ADV_DATA_FRAG_PREF_MIN | BLE Stack should not fragment or should minimize fragmentation of advertising data. |