Bluetooth Host Stack Library
wiced_ble_ext_scan_enable_params_t Struct Reference

Description

Extended scanning enable params.

Data Fields

uint8_t filter_duplicates
 filter_duplicates Set 1 to filter duplicates, 0 to allow duplicates
 
uint16_t scan_duration
 scan duration, Set 0 to scan continuously till explicit disable, else Range N : 0x0001 to 0xFFFF. More...
 
uint16_t scan_period
 scan period, Set 0 to scan continuously, else Range N : 0x0001 to 0xFFFF. More...
 

Field Documentation

◆ scan_duration

uint16_t wiced_ble_ext_scan_enable_params_t::scan_duration

scan duration, Set 0 to scan continuously till explicit disable, else Range N : 0x0001 to 0xFFFF.

Time = N * 0.625 ms.Time Range : 10 ms to 655.35 s

◆ scan_period

uint16_t wiced_ble_ext_scan_enable_params_t::scan_period

scan period, Set 0 to scan continuously, else Range N : 0x0001 to 0xFFFF.

Time = N * 1.28 s.Time Range : 1.28 s to 83.884 s