Parameters for extended scanning. More...

#include <ble_gapm.h>

Data Fields

uint8_t type
 
uint8_t prop
 
uint8_t dup_filt_pol
 
uint8_t rsvd
 
gap_scan_wd_op_param_t scan_param_1m
 
gap_scan_wd_op_param_t scan_param_coded
 
uint16_t duration
 
uint16_t period
 

Detailed Description

Parameters for extended scanning.

Field Documentation

◆ dup_filt_pol

uint8_t gap_ext_scan_param_t::dup_filt_pol

Duplicate packet filtering policy (see enum gap_ext_scan_dup_filt_policy_t).

◆ duration

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).

◆ period

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).

◆ prop

uint8_t gap_ext_scan_param_t::prop

Properties for the scan procedure (see enum gap_scan_prop for bit signification).

◆ rsvd

uint8_t gap_ext_scan_param_t::rsvd

Reserved for future use.

◆ scan_param_1m

gap_scan_wd_op_param_t gap_ext_scan_param_t::scan_param_1m

Scan window opening parameters for LE 1M PHY.

◆ scan_param_coded

gap_scan_wd_op_param_t gap_ext_scan_param_t::scan_param_coded

Scan window opening parameters for LE Coded PHY.

◆ type

uint8_t gap_ext_scan_param_t::type

Type of scanning to be started (see enum gap_ext_scan_type_t).


The documentation for this struct was generated from the following file: