1.2.2.1.1.1.6 Advertising option
C
#define BLE_GAP_ADV_OPTION_STORE_PARAMS 0x00 #define BLE_GAP_ADV_OPTION_LOAD_PARAMS 0x01
Description
The definition of advertising option.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_ADV_OPTION_STORE_PARAMS | Store advertising parameters to BACKUP RAM. Once this option is enabled, only one advertising event would be executed. This option is valid only if the parameter "enable" in the BLE_GAP_SetAdvParams API is set to true. |
BLE_GAP_ADV_OPTION_LOAD_PARAMS | load advertising parameters from BACKUP RAM. Once this option is enabled, only one advertising event would be executed. This option is valid only if the parameter "enable" in the BLE_GAP_SetAdvParams API is set to true. |