bluetooth: Fix cte_type value in periodic adv sync report

Periodic advertising sync report returned wrong cte_type value.
This commit fixes the problem.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
Piotr Pryga 2021-05-06 02:51:58 +02:00 committed by Carles Cufí
commit ce56f046e5
3 changed files with 6 additions and 3 deletions

View file

@ -1171,7 +1171,7 @@ struct bt_le_per_adv_sync_recv_info {
/** The RSSI of the advertisement excluding any CTE. */
int8_t rssi;
/** The Constant Tone Extension (CTE) of the advertisement */
/** The Constant Tone Extension (CTE) of the advertisement (@ref bt_df_cte_type) */
uint8_t cte_type;
};