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

MacroDescription
Advertising options_STORE_PARAMSStore 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_PARAMSLoad 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.