Bluetooth: host: Add handl HCI_LE_Connectionless_IQ_Report

Add handling for HCI_LE_Connectionless_IQ_Report received
from controller.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2021-04-22 11:19:05 +02:00 committed by Carles Cufí
commit 7c834bf19d
6 changed files with 80 additions and 3 deletions

View file

@ -95,11 +95,11 @@ struct bt_df_per_adv_sync_iq_samples_report {
int16_t rssi;
/** Id of antenna used to measure the RSSI. */
uint8_t rssi_ant_id;
/** Type of CTE (@ref BT_DF_CTE_TYPE). */
/** Type of CTE (@ref bt_df_cte_type). */
uint8_t cte_type;
/** Duration of slots when received CTE type is AoA (@ref BT_DF_ANTENNA_SWITCHING_SLOT). */
/** Duration of slots when received CTE type is AoA (@ref bt_df_antenna_switching_slot). */
uint8_t slot_durations;
/** Status of received PDU with CTE (@ref BT_DF_RX_POCKET_STATUS). */
/** Status of received PDU with CTE (@ref bt_df_packet_status). */
uint8_t packet_status;
/** Number of IQ samples in report. */
uint8_t sample_count;