Bluetooth: Controller: Fix coverity issue 340852
Fix coverity issue 340852, Uninitialized scalar variable. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
9426309dbe
commit
2a6169e2fe
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ static uint8_t cte_info_set(struct ll_adv_set *adv, struct lll_df_adv_cfg *df_cf
|
|||
|
||||
cte_info.type = df_cfg->cte_type;
|
||||
cte_info.time = df_cfg->cte_length;
|
||||
cte_info.rfu = 0U;
|
||||
|
||||
/* Note: ULL_ADV_PDU_EXTRA_DATA_ALLOC_ALWAYS is just information that extra_data
|
||||
* is required in case of this ull_adv_sync_pdu_alloc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue