InPlay API
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules
ble_scan_start_t Struct Reference

Scanning start structure. More...

#include <in_ble_gap.h>

Data Fields

uint8_t type
 Scan type,. More...
 
uint8_t prop
 Scan properties,. More...
 
uint8_t dup_filt_pol
 Duplicate packet filtering policy,. More...
 
struct scan_wd_op_param scan_param_1m
 Scan window opening parameters for LE 1M PHY.
 
struct scan_wd_op_param scan_param_coded
 Scan window opening parameters for LE Coded PHY.
 
uint16_t duration
 
*uint16_t period
 
uint8_t chn
 Inplay add scan on fixed channel.
 

Detailed Description

Scanning start structure.

Field Documentation

◆ dup_filt_pol

uint8_t dup_filt_pol

Duplicate packet filtering policy,.

See also
enum in_ble_scan_dup_filt.

◆ duration

uint16_t duration

Scan duration (in unit of 10ms). 0 means that the controller will scan continuously until reception of a stop command from the application.

◆ period

* uint16_t period

Scan period (in unit of 1.28s). Time interval betweem two consequent starts of a scan duration by the controller. 0 means that the scan procedure is not periodic.

◆ prop

uint8_t prop

Scan properties,.

See also
enum in_ble_scan_prop.

◆ type

uint8_t type

Scan type,.

See also
enum in_ble_scan_type