Extended primary advertising interval range
C
#define BLE_GAP_EXT_PRIM_ADV_INTVL_MIN 0x0020 #define BLE_GAP_EXT_PRIM_ADV_INTVL_MAX 0x1F4000
Description
Defines the range for the LE extended primary advertising interval in units of 0.625 ms.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_EXT_PRIM_ADV_INTVL_MIN | Minimum LE extended primary advertising interval: 20 ms. |
BLE_GAP_EXT_PRIM_ADV_INTVL_MAX | Maximum LE extended primary advertising interval: 1280 sec. |