Public Attributes#

uint8_t

uint8_t, Scan Type, this parameter specifies the type of scan to perform 0x00 - Passive Scanning.

uint16_t

uint16_t, Scan Interval, this parameter is a recommendation from the Host on how frequently the Controller should scan Range : 0x0004 to 0xFFFF

uint16_t

uint16_t, Scan Window, this parameter is a recommendation from the Host on how long the Controller should scan Range : 0x0004 to 0xFFFF

Public Attribute Documentation#

ScanType#

uint8_t ae_scan_params_s::ScanType

uint8_t, Scan Type, this parameter specifies the type of scan to perform 0x00 - Passive Scanning.

No scan request PDUs shall be sent. 0x01 - Active Scanning. Scan request PDUs may be sent.


Definition at line 1355 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

ScanInterval#

uint16_t ae_scan_params_s::ScanInterval

uint16_t, Scan Interval, this parameter is a recommendation from the Host on how frequently the Controller should scan Range : 0x0004 to 0xFFFF


Definition at line 1358 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

ScanWindow#

uint16_t ae_scan_params_s::ScanWindow

uint16_t, Scan Window, this parameter is a recommendation from the Host on how long the Controller should scan Range : 0x0004 to 0xFFFF


Definition at line 1361 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h