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
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
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
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
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
data#
uint8_t rsi_ble_per_adv_report_s::data[ADV_DATA_LEN]
uint8[256] Data, Data received from a Periodic Advertising Packet