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:
parent
2eb67b2fe4
commit
2f6b9ce406
2 changed files with 3 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue