Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c1380 const struct pdu_adv_com_ext_adv *source_hdr = &source_pdu->adv_ext_ind; local
1393 target_hdr->adv_mode = source_hdr->adv_mode;
1396 if (source_hdr->ext_hdr_len == 0U) {
1401 memcpy(target_hdr, source_hdr, source_hdr->ext_hdr_len + 1U);
1405 source_dptr = source_hdr->ext_hdr.data;
1414 if (source_hdr->ext_hdr.cte_info) {
1425 if (source_hdr->ext_hdr.adi) {
1436 if (source_hdr->ext_hdr.aux_ptr) {
1448 if (source_hdr->ext_hdr.tx_pwr) {
1458 if ((source_dptr - source_hdr->ext_hdr_adv_data) < source_hdr->ext_hdr_len &&
[all …]