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 1277 of file components/si91x/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 1280 of file components/si91x/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 1283 of file components/si91x/ble/inc/rsi_ble.h