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