Home
last modified time | relevance | path

Searched refs:target_pdu (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c1375 static void ull_adv_sync_copy_pdu_header(struct pdu_adv *target_pdu, argument
1381 struct pdu_adv_com_ext_adv *target_hdr = &target_pdu->adv_ext_ind;
1385 LL_ASSERT(target_pdu != source_pdu);
1388 target_pdu->type = source_pdu->type;
1389 target_pdu->rfu = 0U;
1390 target_pdu->chan_sel = 0U;
1391 target_pdu->tx_addr = 0U;
1392 target_pdu->rx_addr = 0U;
1475 target_pdu->len = target_hdr->ext_hdr_len + 1U;