Advertising parameters for extended advertising and periodic advertising. More...
#include <ble_gapm.h>
Advertising parameters for extended advertising and periodic advertising.
Definition at line 592 of file ble_gapm.h.
ble_gap_disc_mode_t ble_gap_ext_adv_param_t::disc_mode |
Discovery mode (see enum ble_gap_disc_mode_t).
Definition at line 595 of file ble_gapm.h.
ble_gap_adv_filter_policy_t ble_gap_ext_adv_param_t::filter_pol |
Advertising filtering policy (see enum ble_gap_adv_filter_policy_t).
Definition at line 598 of file ble_gapm.h.
int8_t ble_gap_ext_adv_param_t::max_tx_pwr |
Maximum power level at which the advertising packets have to be transmitted (between -20 and 7 dBm).
Definition at line 597 of file ble_gapm.h.
ble_gap_bdaddr_t ble_gap_ext_adv_param_t::peer_addr |
Peer address configuration (only used in case of directed advertising or used to locate the IRK list).
Definition at line 599 of file ble_gapm.h.
ble_gap_adv_period_cfg_t ble_gap_ext_adv_param_t::period_cfg |
Configuration for periodic advertising (valid only if advertising type is GAP_ADV_TYPE_PERIODIC).
Definition at line 602 of file ble_gapm.h.
ble_gap_adv_prim_cfg_t ble_gap_ext_adv_param_t::prim_cfg |
Configuration for primary advertising.
Definition at line 600 of file ble_gapm.h.
uint16_t ble_gap_ext_adv_param_t::prop |
Bit field value provided by advertising properties. See enum ble_gap_adv_prop_t for bit signification.
Definition at line 596 of file ble_gapm.h.
ble_gap_adv_second_cfg_t ble_gap_ext_adv_param_t::second_cfg |
Configuration for secondary advertising (valid only if advertising type is GAP_ADV_TYPE_EXTENDED or GAP_ADV_TYPE_PERIODIC).
Definition at line 601 of file ble_gapm.h.
ble_gap_adv_type_t ble_gap_ext_adv_param_t::type |
Advertising type (see enum ble_gap_adv_type_t).
Definition at line 594 of file ble_gapm.h.