Data structure of the response_report event.

Public Attributes#

uint8_t
int8_t
int8_t
uint8_t
uint8_t

Public Attribute Documentation#

advertising_set#

uint8_t sl_bt_evt_pawr_advertiser_response_report_s::advertising_set

The PAwR advertising set handle


subevent#

uint8_t sl_bt_evt_pawr_advertiser_response_report_s::subevent

The subevent that this report corresponds to


tx_power#

int8_t sl_bt_evt_pawr_advertiser_response_report_s::tx_power

TX power value in the received packet header. Units: dBm

  • Range: -127 to 126

  • Value 127: information unavailable


rssi#

int8_t sl_bt_evt_pawr_advertiser_response_report_s::rssi

Signal strength indicator (RSSI) of the received packet. Units: dBm

  • Range: -127 to +20

  • Value 127: information unavailable


cte_type#

uint8_t sl_bt_evt_pawr_advertiser_response_report_s::cte_type

The CTE type

  • 0x00: AoA CTE

  • 0x01: AoD CTE with 1us slots

  • 0x02: AoD CTE with 2us slots

  • 0xFF: No CTE


response_slot#

uint8_t sl_bt_evt_pawr_advertiser_response_report_s::response_slot

The response slot that this report corresponds to


data_status#

uint8_t sl_bt_evt_pawr_advertiser_response_report_s::data_status

Enum sl_bt_pawr_advertiser_response_data_status_t. The data completeness status. Values:

  • sl_bt_pawr_advertiser_response_data_status_complete (0x0): All data of the response has been reported.

  • sl_bt_pawr_advertiser_response_data_status_incomplete_more (0x1): Data of the response is incomplete in this event, and more data will come in new events.

  • sl_bt_pawr_advertiser_response_data_status_incomplete_nomore (0x2): Data of the response is incomplete in this event, but no more data will come, i.e., the data of the response is truncated.

  • sl_bt_pawr_advertiser_response_data_status_not_received (0xff): Failed to listen to or receive subevent response in this response slot.


counter#

uint8_t sl_bt_evt_pawr_advertiser_response_report_s::counter

The sequence number of this sl_bt_evt_pawr_advertiser_response_report event as a monotonically increasing counter that wraps from 255 to 0. There is a single counter for this event type that starts from value 0 when the Bluetooth stack is started and is never reset while the stack is running. This counter can be used to detect if one or more sl_bt_evt_pawr_advertiser_response_report events have been created by the stack but dropped due to problems such as temporarily running out of resources before the event reached the application.


data#

uint8array sl_bt_evt_pawr_advertiser_response_report_s::data

The response data that was received, if any