Advertising parameters for legacy advertising. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | adv_mode |
uint8_t | disc_mode |
uint8_t | filter_pol |
ble_gap_bdaddr_t | peer_addr |
uint16_t | adv_intv_min |
uint16_t | adv_intv_max |
uint8_t | chnl_map |
bool | scan_req_ind_en |
int8_t | max_tx_pwr |
Advertising parameters for legacy advertising.
Definition at line 559 of file ble_gapm.h.
uint16_t ble_gap_adv_param_t::adv_intv_max |
Maximum advertising interval (in unit of 625 μs). Must be greater than 20 ms.
Definition at line 566 of file ble_gapm.h.
uint16_t ble_gap_adv_param_t::adv_intv_min |
Minimum advertising interval (in unit of 625 μs). Must be greater than 20 ms.
Definition at line 565 of file ble_gapm.h.
uint8_t ble_gap_adv_param_t::adv_mode |
Advertising mode (see enum ble_gap_adv_mode_t).
Definition at line 561 of file ble_gapm.h.
uint8_t ble_gap_adv_param_t::chnl_map |
Advertising channel map. See GAP ADV CHANNEL (bitmask).
Definition at line 567 of file ble_gapm.h.
uint8_t ble_gap_adv_param_t::disc_mode |
Discovery mode (see enum ble_gap_disc_mode_t).
Definition at line 562 of file ble_gapm.h.
uint8_t ble_gap_adv_param_t::filter_pol |
Advertising filtering policy (see enum ble_gap_adv_filter_policy_t).
Definition at line 563 of file ble_gapm.h.
int8_t ble_gap_adv_param_t::max_tx_pwr |
Maximum power level at which the advertising packets have to be transmitted (between -127 dBm and 127 dBm). For the real value, please refer to GR551x Datasheet.
Definition at line 569 of file ble_gapm.h.
ble_gap_bdaddr_t ble_gap_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 564 of file ble_gapm.h.
bool ble_gap_adv_param_t::scan_req_ind_en |
Indicate if the application should be informed when receiving a scan request from the scanner.
Definition at line 568 of file ble_gapm.h.