Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_le_per_adv_sync_recv_info Struct Reference

#include <bluetooth.h>

Data Fields

const bt_addr_le_taddr
 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)
 

Field Documentation

◆ addr

const bt_addr_le_t* bt_le_per_adv_sync_recv_info::addr

Advertiser LE address and type.

◆ cte_type

uint8_t bt_le_per_adv_sync_recv_info::cte_type

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

◆ rssi

int8_t bt_le_per_adv_sync_recv_info::rssi

The RSSI of the advertisement excluding any CTE.

◆ sid

uint8_t bt_le_per_adv_sync_recv_info::sid

Advertiser SID.

◆ tx_power

int8_t bt_le_per_adv_sync_recv_info::tx_power

The TX power of the advertisement.


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