Parameters for extended scanning. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | type |
uint8_t | prop |
uint8_t | dup_filt_pol |
uint8_t | rsvd |
ble_gap_scan_wd_op_param_t | scan_param_1m |
ble_gap_scan_wd_op_param_t | scan_param_coded |
uint16_t | duration |
uint16_t | period |
Parameters for extended scanning.
Definition at line 669 of file ble_gapm.h.
uint8_t ble_gap_ext_scan_param_t::dup_filt_pol |
Duplicate packet filtering policy (see enum ble_gap_ext_scan_dup_filt_policy_t).
Definition at line 673 of file ble_gapm.h.
uint16_t ble_gap_ext_scan_param_t::duration |
Scan duration (in unit of 10ms). 0 means that the controller will scan continuously until receiving a stop command from the application (10 ms to 655.35s).
Definition at line 677 of file ble_gapm.h.
uint16_t ble_gap_ext_scan_param_t::period |
Scan period, which is the time interval between two consequent starts of a scan duration by the controller. 0 means that the scan procedure is not periodic, in unit of 1.28s (1.28s to 83,884.8s).
Definition at line 679 of file ble_gapm.h.
uint8_t ble_gap_ext_scan_param_t::prop |
Properties for the scan procedure (see enum ble_gap_scan_prop_t for bit signification).
Definition at line 672 of file ble_gapm.h.
uint8_t ble_gap_ext_scan_param_t::rsvd |
Reserved for future use.
Definition at line 674 of file ble_gapm.h.
ble_gap_scan_wd_op_param_t ble_gap_ext_scan_param_t::scan_param_1m |
Scan window opening parameters for LE 1M PHY.
Definition at line 675 of file ble_gapm.h.
ble_gap_scan_wd_op_param_t ble_gap_ext_scan_param_t::scan_param_coded |
Scan window opening parameters for LE Coded PHY.
Definition at line 676 of file ble_gapm.h.
uint8_t ble_gap_ext_scan_param_t::type |
Type of scanning to be started (see enum ble_gap_ext_scan_type_t).
Definition at line 671 of file ble_gapm.h.