Parameters for extended scanning. More...
#include <ble_gapm.h>
Public Attributes | |
uint8_t | type |
Type of scanning to be started (see enum gap_ext_scan_type_t). More... | |
uint8_t | prop |
Properties for the scan procedure (see enum gap_scan_prop for bit signification). More... | |
uint8_t | dup_filt_pol |
Duplicate packet filtering policy (see enum gap_ext_scan_dup_filt_policy_t). More... | |
uint8_t | rsvd |
Reserved for future use. More... | |
gap_scan_wd_op_param_t | scan_param_1m |
Scan window opening parameters for LE 1M PHY. More... | |
gap_scan_wd_op_param_t | scan_param_coded |
Scan window opening parameters for LE Coded PHY. More... | |
uint16_t | duration |
Scan duration (in unit of 10ms). More... | |
uint16_t | period |
Scan period, which is the time interval between two consequent starts of a scan duration by the controller. More... | |
Parameters for extended scanning.
Definition at line 626 of file ble_gapm.h.
uint8_t gap_ext_scan_param_t::dup_filt_pol |
Duplicate packet filtering policy (see enum gap_ext_scan_dup_filt_policy_t).
Definition at line 630 of file ble_gapm.h.
uint16_t 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 634 of file ble_gapm.h.
uint16_t 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 636 of file ble_gapm.h.
uint8_t gap_ext_scan_param_t::prop |
Properties for the scan procedure (see enum gap_scan_prop for bit signification).
Definition at line 629 of file ble_gapm.h.
uint8_t gap_ext_scan_param_t::rsvd |
Reserved for future use.
Definition at line 631 of file ble_gapm.h.
gap_scan_wd_op_param_t gap_ext_scan_param_t::scan_param_1m |
Scan window opening parameters for LE 1M PHY.
Definition at line 632 of file ble_gapm.h.
gap_scan_wd_op_param_t gap_ext_scan_param_t::scan_param_coded |
Scan window opening parameters for LE Coded PHY.
Definition at line 633 of file ble_gapm.h.
uint8_t gap_ext_scan_param_t::type |
Type of scanning to be started (see enum gap_ext_scan_type_t).
Definition at line 628 of file ble_gapm.h.