Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
#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) | |
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.