ae periodic adv report event
Public Attributes#
uint16_t Sync_Handle, It identifies the periodic Advertising train.
int8_t TX_Power, It shall be set based on the AUX_SYNC_IND PDU TX_Power ranges from -127 to +20 and it's units is in dBm
int8_t RSSI , this parameter contains the RSSI value, excluding any constant tone Extension.
Unused byte for alignment.
uint8_t Data_Status, It specifies about the status of the data sent 0x00 - Data Complete 0x01 - Data Incomplete, more Data to come
uint8_t Data_Length ,Length of the Data Field, Ranges from 0 to 247
uint8[256] Data, Data received from a Periodic Advertising Packet
Public Attribute Documentation#
sync_handle#
uint16_t rsi_ble_per_adv_report_s::sync_handle
uint16_t Sync_Handle, It identifies the periodic Advertising train.
Range : 0x0000 to 0x0EFF
1838
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
tx_power#
int8_t rsi_ble_per_adv_report_s::tx_power
int8_t TX_Power, It shall be set based on the AUX_SYNC_IND PDU TX_Power ranges from -127 to +20 and it's units is in dBm
1842
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
RSSI#
int8_t rsi_ble_per_adv_report_s::RSSI
int8_t RSSI , this parameter contains the RSSI value, excluding any constant tone Extension.
RSSI ranges from -127 to +20 and it's units is in dBm
1846
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
unused#
uint8_t rsi_ble_per_adv_report_s::unused
Unused byte for alignment.
1848
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
data_status#
uint8_t rsi_ble_per_adv_report_s::data_status
uint8_t Data_Status, It specifies about the status of the data sent 0x00 - Data Complete 0x01 - Data Incomplete, more Data to come
1854
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
data_len#
uint8_t rsi_ble_per_adv_report_s::data_len
uint8_t Data_Length ,Length of the Data Field, Ranges from 0 to 247
1856
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h
data#
uint8_t rsi_ble_per_adv_report_s::data[ADV_DATA_LEN]
uint8[256] Data, Data received from a Periodic Advertising Packet
1858
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h