Data structure of the subevent_report event.

Public Attributes#

uint16_t
int8_t
int8_t
uint8_t
uint8_t
uint8_t

Public Attribute Documentation#

sync#

uint16_t sl_bt_evt_pawr_sync_subevent_report_s::sync

PAwR synchronization handle


Definition at line 4901 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

tx_power#

int8_t sl_bt_evt_pawr_sync_subevent_report_s::tx_power

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

  • Range: -127 to 126

  • Value 127: information unavailable


Definition at line 4902 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

rssi#

int8_t sl_bt_evt_pawr_sync_subevent_report_s::rssi

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

  • Range: -127 to +20


Definition at line 4907 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

cte_type#

uint8_t sl_bt_evt_pawr_sync_subevent_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


Definition at line 4910 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

event_counter#

uint16_t sl_bt_evt_pawr_sync_subevent_report_s::event_counter

The value of the periodic advertising event counter (paEventCounter) of the event in which the advertisement was received. If the application responds to this advertisement, use this field as the value of request_event parameter for the sl_bt_pawr_sync_set_response_data command.


Definition at line 4915 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

subevent#

uint8_t sl_bt_evt_pawr_sync_subevent_report_s::subevent

The subevent in which the advertisement was received. If the application responds to this advertisement, use this field as the value of request_subevent parameter for the sl_bt_pawr_sync_set_response_data command.


Definition at line 4922 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

data_status#

uint8_t sl_bt_evt_pawr_sync_subevent_report_s::data_status

Data completeness:

  • 0: Complete

  • 1: Incomplete, more data to come in new events

  • 2: Incomplete, data truncated, no more to come

  • 255: Failed to receive subevent data in this subevent


Definition at line 4927 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

counter#

uint8_t sl_bt_evt_pawr_sync_subevent_report_s::counter

The sequence number of this sl_bt_evt_pawr_sync_subevent_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_sync_subevent_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.


Definition at line 4935 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h

data#

uint8array sl_bt_evt_pawr_sync_subevent_report_s::data

The advertisement data that was received


Definition at line 4948 of file /mnt/raid/workspaces/ws.RGfN6W7IO/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h