Bluetooth: host: Expose per adv evt counter in CTE IQ report.

Allows the application to access the periodic advertising counter.

Signed-off-by: Jakob Krantz <jakob.krantz@u-blox.com>
This commit is contained in:
Jakob Krantz 2021-11-26 10:17:29 +01:00 committed by Anas Nashif
commit 2f6b9ce406
2 changed files with 3 additions and 0 deletions

View file

@ -101,6 +101,8 @@ struct bt_df_per_adv_sync_iq_samples_report {
uint8_t slot_durations;
/** Status of received PDU with CTE (@ref bt_df_packet_status). */
uint8_t packet_status;
/** Value of the paEventCounter of the AUX_SYNC_IND PDU. */
uint16_t per_evt_counter;
/** Number of IQ samples in report. */
uint8_t sample_count;
/** Pinter to IQ samples data. */