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:
parent
7cdbeb541a
commit
ce56f046e5
3 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue