Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_le_per_adv_response_info Struct Reference

Info about the PAwR responses received. More...

#include <bluetooth.h>

Data Fields

uint8_t subevent
 The subevent the response was received in.
 
uint8_t tx_status
 Status of the subevent indication.
 
int8_t tx_power
 The TX power of the response in dBm.
 
int8_t rssi
 The RSSI of the response in dBm.
 
uint8_t cte_type
 The Constant Tone Extension (CTE) of the advertisement (bt_df_cte_type)
 
uint8_t response_slot
 The slot the response was received in.
 

Detailed Description

Info about the PAwR responses received.

When the Controller indicates that one or more synced devices have responded to a periodic advertising subevent indication, bt_le_per_adv_response_info holds the information about the subevent in question, its status, TX power, RSSI of the response, the Constant Tone Extension of the advertisement, and the slot the response was received in.

Note
Used in bt_le_ext_adv_cb.

Field Documentation

◆ cte_type

uint8_t bt_le_per_adv_response_info::cte_type

The Constant Tone Extension (CTE) of the advertisement (bt_df_cte_type)

◆ response_slot

uint8_t bt_le_per_adv_response_info::response_slot

The slot the response was received in.

◆ rssi

int8_t bt_le_per_adv_response_info::rssi

The RSSI of the response in dBm.

◆ subevent

uint8_t bt_le_per_adv_response_info::subevent

The subevent the response was received in.

◆ tx_power

int8_t bt_le_per_adv_response_info::tx_power

The TX power of the response in dBm.

◆ tx_status

uint8_t bt_le_per_adv_response_info::tx_status

Status of the subevent indication.

0 if subevent indication was transmitted. 1 if subevent indication was not transmitted. All other values RFU.


The documentation for this struct was generated from the following file: