Structure representing the scan parameters for Active Energy (AE) scanning.
Public Attributes#
uint8_t, Scan Type, this parameter specifies the type of scan to perform 0x00 - Passive Scanning.
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, 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.
2027
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
2030
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
2033
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h