Advertising parameters for legacy advertising. More...
#include <ble_gapm.h>
Collaboration diagram for gap_adv_param_t:Public Attributes | |
| uint8_t | adv_mode |
| Advertising mode (see enum gap_adv_mode_t). More... | |
| uint8_t | disc_mode |
| Discovery mode (see enum gap_disc_mode_t). More... | |
| uint8_t | filter_pol |
| Advertising filtering policy (see enum gap_adv_filter_policy_t). More... | |
| gap_bdaddr_t | peer_addr |
| Peer address configuration (only used in case of directed advertising, or used to locate the IRK list). More... | |
| uint16_t | adv_intv_min |
| Minimum advertising interval (in unit of 625 us). More... | |
| uint16_t | adv_intv_max |
| Maximum advertising interval (in unit of 625 us). More... | |
| uint8_t | chnl_map |
| Advertising channel map. More... | |
| bool | scan_req_ind_en |
| Indicate if the application should be informed when receiving a scan request from the scanner. More... | |
| int8_t | max_tx_pwr |
| Maximum power level at which the advertising packets have to be transmitted (between -20dbm and 7dbm). More... | |
Advertising parameters for legacy advertising.
Definition at line 511 of file ble_gapm.h.
| uint16_t gap_adv_param_t::adv_intv_max |
Maximum advertising interval (in unit of 625 us).
Must be greater than 20 ms.
Definition at line 518 of file ble_gapm.h.
| uint16_t gap_adv_param_t::adv_intv_min |
Minimum advertising interval (in unit of 625 us).
Must be greater than 20 ms.
Definition at line 517 of file ble_gapm.h.
| uint8_t gap_adv_param_t::adv_mode |
Advertising mode (see enum gap_adv_mode_t).
Definition at line 513 of file ble_gapm.h.
| uint8_t gap_adv_param_t::chnl_map |
| uint8_t gap_adv_param_t::disc_mode |
Discovery mode (see enum gap_disc_mode_t).
Definition at line 514 of file ble_gapm.h.
| uint8_t gap_adv_param_t::filter_pol |
Advertising filtering policy (see enum gap_adv_filter_policy_t).
Definition at line 515 of file ble_gapm.h.
| int8_t gap_adv_param_t::max_tx_pwr |
Maximum power level at which the advertising packets have to be transmitted (between -20dbm and 7dbm).
For the real value, please refer to GR551x Datasheet.
Definition at line 521 of file ble_gapm.h.
| gap_bdaddr_t 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 516 of file ble_gapm.h.
| bool 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 520 of file ble_gapm.h.