| 
    Zephyr Project API 3.7.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <direction.h>
Data Fields | ||
| uint8_t | chan_idx | |
| Channel index used to receive PDU with CTE that was sampled.   | ||
| int16_t | rssi | |
| The RSSI of the PDU with CTE (excluding CTE).   | ||
| uint8_t | rssi_ant_id | |
| Id of antenna used to measure the RSSI.   | ||
| uint8_t | cte_type | |
| Type of CTE (bt_df_cte_type).   | ||
| uint8_t | slot_durations | |
| Duration of slots when received CTE type is AoA (bt_df_antenna_switching_slot).   | ||
| uint8_t | packet_status | |
| Status of received PDU with CTE (bt_df_packet_status).   | ||
| uint16_t | per_evt_counter | |
| Value of the paEventCounter of the AUX_SYNC_IND PDU.   | ||
| uint8_t | sample_count | |
| Number of IQ samples in report.   | ||
| enum bt_df_iq_sample | sample_type | |
| Type of IQ samples provided in a report.   | ||
| union { | ||
| struct bt_hci_le_iq_sample const * sample | ||
| struct bt_hci_le_iq_sample16 const * sample16 | ||
| }; | ||
| Pointer to IQ samples data.  | ||
| union { ... } bt_df_per_adv_sync_iq_samples_report | 
Pointer to IQ samples data.
| uint8_t bt_df_per_adv_sync_iq_samples_report::chan_idx | 
Channel index used to receive PDU with CTE that was sampled.
| uint8_t bt_df_per_adv_sync_iq_samples_report::cte_type | 
Type of CTE (bt_df_cte_type).
| uint8_t bt_df_per_adv_sync_iq_samples_report::packet_status | 
Status of received PDU with CTE (bt_df_packet_status).
| uint16_t bt_df_per_adv_sync_iq_samples_report::per_evt_counter | 
Value of the paEventCounter of the AUX_SYNC_IND PDU.
| int16_t bt_df_per_adv_sync_iq_samples_report::rssi | 
The RSSI of the PDU with CTE (excluding CTE).
Range: -1270 to +200. Units: 0.1 dBm.
| uint8_t bt_df_per_adv_sync_iq_samples_report::rssi_ant_id | 
Id of antenna used to measure the RSSI.
| struct bt_hci_le_iq_sample const* bt_df_per_adv_sync_iq_samples_report::sample | 
| struct bt_hci_le_iq_sample16 const* bt_df_per_adv_sync_iq_samples_report::sample16 | 
| uint8_t bt_df_per_adv_sync_iq_samples_report::sample_count | 
Number of IQ samples in report.
| enum bt_df_iq_sample bt_df_per_adv_sync_iq_samples_report::sample_type | 
Type of IQ samples provided in a report.
| uint8_t bt_df_per_adv_sync_iq_samples_report::slot_durations | 
Duration of slots when received CTE type is AoA (bt_df_antenna_switching_slot).