Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c145 struct pdu_adv *pdu_prev, *pdu, *pdu_new; in common_create_per_adv_chain() local
185 pdu_new = lll_adv_pdu_alloc_pdu_adv(); in common_create_per_adv_chain()
186 zassert_not_null(pdu_new, "Cannot allocate new PDU."); in common_create_per_adv_chain()
191 ull_adv_sync_pdu_init(pdu_new, in common_create_per_adv_chain()
197 ull_adv_sync_pdu_init(pdu_new, in common_create_per_adv_chain()
205 ull_adv_sync_pdu_init(pdu_new, in common_create_per_adv_chain()
209 ull_adv_sync_pdu_init(pdu_new, in common_create_per_adv_chain()
215 common_pdu_adv_data_set(pdu_new, pdu_buff, strlen(pdu_buff)); in common_create_per_adv_chain()
217 lll_adv_pdu_linked_append(pdu_new, pdu); in common_create_per_adv_chain()
218 pdu = pdu_new; in common_create_per_adv_chain()
Dtest_add_cte_to_chain.c128 struct pdu_adv *pdu_prev, *pdu_new; in ZTEST() local
142 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in ZTEST()
143 zassert_not_equal(pdu_new, NULL, in ZTEST()
147 zassert_equal(pdu_prev, pdu_new, in ZTEST()
Dtest_remove_cte_from_chain.c165 struct pdu_adv *pdu_prev, *pdu_new; in remove_cte_from_chain_after_enqueue_to_lll() local
190 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in remove_cte_from_chain_after_enqueue_to_lll()
191 zassert_not_equal(pdu_new, NULL, in remove_cte_from_chain_after_enqueue_to_lll()
195 zassert_equal(pdu_prev, pdu_new, in remove_cte_from_chain_after_enqueue_to_lll()
227 pdu_new = lll_adv_sync_data_latest_get(adv->lll.sync, NULL, &upd); in remove_cte_from_chain_after_enqueue_to_lll()
228 zassert_not_equal(pdu_new, NULL, in remove_cte_from_chain_after_enqueue_to_lll()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dull_df.c982 struct pdu_adv *pdu_new, *pdu_chained; in rem_cte_info_from_per_adv_chain() local
1032 pdu_new = lll_adv_pdu_alloc_pdu_adv(); in rem_cte_info_from_per_adv_chain()
1033 lll_adv_pdu_linked_append(pdu_new, *pdu); in rem_cte_info_from_per_adv_chain()
1034 *pdu = pdu_new; in rem_cte_info_from_per_adv_chain()
Dull_adv_sync.c1471 struct pdu_adv *pdu_prev, *pdu_new; local
1493 pdu_new = lll_adv_sync_data_alloc(lll_sync, &ed_new,
1495 if (!pdu_new) {
1503 pdu_new = lll_adv_sync_data_alloc(lll_sync, NULL, ter_idx);
1504 if (!pdu_new) {
1519 *ter_pdu_new = pdu_new;