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

MacroDescription
BLE_GAP_ADV_OPTION_STORE_PARAMSStore 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_PARAMSLoad 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.