Searched refs:common_create_per_adv_chain (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | test_add_cte_to_chain.c | 58 common_create_per_adv_chain(adv, TEST_PER_ADV_SINGLE_PDU); in ZTEST() 84 common_create_per_adv_chain(adv, TEST_CTE_COUNT); in ZTEST() 110 common_create_per_adv_chain(adv, TEST_PER_ADV_CHAIN_LENGTH); in ZTEST() 138 common_create_per_adv_chain(adv, TEST_PER_ADV_CHAIN_LENGTH); in ZTEST() 173 common_create_per_adv_chain(adv, TEST_PER_ADV_SINGLE_PDU); in ZTEST()
|
D | test_remove_cte_from_chain.c | 60 common_create_per_adv_chain(adv, TEST_PER_ADV_SINGLE_PDU); in ZTEST() 86 common_create_per_adv_chain(adv, TEST_CTE_COUNT); in ZTEST() 115 common_create_per_adv_chain(adv, TEST_PER_ADV_CHAIN_LENGTH); in ZTEST() 141 common_create_per_adv_chain(adv, TEST_PER_ADV_SINGLE_PDU); in ZTEST() 180 common_create_per_adv_chain(adv, init_chain_length); in remove_cte_from_chain_after_enqueue_to_lll() 216 common_create_per_adv_chain(adv, updated_chain_length); in remove_cte_from_chain_after_enqueue_to_lll()
|
D | common.h | 14 void common_create_per_adv_chain(struct ll_adv_set *adv_set, uint8_t pdu_count);
|
D | common.c | 141 void common_create_per_adv_chain(struct ll_adv_set *adv_set, uint8_t pdu_count) in common_create_per_adv_chain() function
|