Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Information about a received periodic advertising report. More...
#include <bluetooth.h>
Data Fields | |
const bt_addr_le_t * | addr |
Advertiser LE address and type. | |
uint8_t | sid |
Advertiser SID. | |
int8_t | tx_power |
The TX power of the advertisement. | |
int8_t | rssi |
The RSSI of the advertisement excluding any CTE. | |
uint8_t | cte_type |
The Constant Tone Extension (CTE) of the advertisement (bt_df_cte_type) | |
Information about a received periodic advertising report.
This struct holds information about a periodic advertising event that has been received. It contains details such as the advertiser’s address, SID, transmit power, RSSI, CTE type, and additional information depending on the configuration (e.g., event counter and subevent in case of a subevent indication). This information is provided in the callback when periodic advertising data is received.
const bt_addr_le_t* bt_le_per_adv_sync_recv_info::addr |
Advertiser LE address and type.
uint8_t bt_le_per_adv_sync_recv_info::cte_type |
The Constant Tone Extension (CTE) of the advertisement (bt_df_cte_type)
int8_t bt_le_per_adv_sync_recv_info::rssi |
The RSSI of the advertisement excluding any CTE.
uint8_t bt_le_per_adv_sync_recv_info::sid |
Advertiser SID.
int8_t bt_le_per_adv_sync_recv_info::tx_power |
The TX power of the advertisement.