We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d62f8d commit dc63385Copy full SHA for dc63385
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_aux.c
@@ -202,6 +202,7 @@ static int prepare_cb(struct lll_prepare_param *p)
202
lll = p->param;
203
204
/* FIXME: get latest only when primary PDU without Aux PDUs */
205
+ upd = 0U;
206
sec_pdu = lll_adv_aux_data_latest_get(lll, &upd);
207
LL_ASSERT(sec_pdu);
208
subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_sync.c
@@ -158,6 +158,7 @@ static int prepare_cb(struct lll_prepare_param *p)
158
((uint32_t)lll->crc_init[0])));
159
lll_chan_set(data_chan_use);
160
161
162
pdu = lll_adv_sync_data_latest_get(lll, NULL, &upd);
163
LL_ASSERT(pdu);
164
0 commit comments