Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c388 uint16_t ext_hdr_flags; in common_validate_per_adv_chain() local
395 ext_hdr_flags = ULL_ADV_PDU_HDR_FIELD_AUX_PTR | ULL_ADV_PDU_HDR_FIELD_AD_DATA; in common_validate_per_adv_chain()
397 ext_hdr_flags = ULL_ADV_PDU_HDR_FIELD_AD_DATA; in common_validate_per_adv_chain()
400 common_validate_per_adv_pdu(pdu, TEST_PDU_EXT_ADV_SYNC_IND, ext_hdr_flags); in common_validate_per_adv_chain()
412 ext_hdr_flags = in common_validate_per_adv_chain()
415 ext_hdr_flags = ULL_ADV_PDU_HDR_FIELD_AD_DATA; in common_validate_per_adv_chain()
418 common_validate_per_adv_pdu(pdu, TEST_PDU_EXT_ADV_CHAIN_IND, ext_hdr_flags); in common_validate_per_adv_chain()
443 uint16_t ext_hdr_flags; in common_validate_chain_with_cte() local
449 ext_hdr_flags = ULL_ADV_PDU_HDR_FIELD_AUX_PTR | ULL_ADV_PDU_HDR_FIELD_CTE_INFO; in common_validate_chain_with_cte()
452 ext_hdr_flags = ULL_ADV_PDU_HDR_FIELD_CTE_INFO; in common_validate_chain_with_cte()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c995 void ull_adv_sync_pdu_init(struct pdu_adv *pdu, uint8_t ext_hdr_flags, in ull_adv_sync_pdu_init() argument
1020 *(uint8_t *)ext_hdr = ext_hdr_flags; in ull_adv_sync_pdu_init()
1023 LL_ASSERT(!(ext_hdr_flags & (ULL_ADV_PDU_HDR_FIELD_ADVA | ULL_ADV_PDU_HDR_FIELD_TARGETA | in ull_adv_sync_pdu_init()
1031 (ext_hdr_flags & ULL_ADV_PDU_HDR_FIELD_CTE_INFO)) { in ull_adv_sync_pdu_init()
1040 (ext_hdr_flags & ULL_ADV_PDU_HDR_FIELD_ADI)) { in ull_adv_sync_pdu_init()
1045 (ext_hdr_flags & ULL_ADV_PDU_HDR_FIELD_AUX_PTR)) { in ull_adv_sync_pdu_init()
1050 if (ext_hdr_flags & ULL_ADV_PDU_HDR_FIELD_TX_POWER) { in ull_adv_sync_pdu_init()
1062 if (ext_hdr_flags & ULL_ADV_PDU_HDR_FIELD_AUX_PTR) { in ull_adv_sync_pdu_init()
Dull_adv_internal.h160 void ull_adv_sync_pdu_init(struct pdu_adv *pdu, uint8_t ext_hdr_flags,