Advertising options
C
#define BLE_GAP_ADV_OPTION_STORE_PARAMS 0x00 #define BLE_GAP_ADV_OPTION_LOAD_PARAMS 0x01
Description
Defines the advertising option.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_ADV_OPTION_STORE_PARAMS | Store advertising parameters in BACKUP RAM. When enabled, only one advertising event will be executed.\n This option is effective only when the "enable" parameter in the BLE_GAP_SetAdvParams API is set to true. |
BLE_GAP_ADV_OPTION_LOAD_PARAMS | Load advertising parameters from BACKUP RAM. When enabled, only one advertising event will be executed.\n This option is effective only when the "enable" parameter in the BLE_GAP_SetAdvParams API is set to true. |