Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_le_ping/src/
Dmain.c114 ull_cp_release_tx(&conn, tx); in ZTEST()
140 ull_cp_release_tx(&conn, tx); in ZTEST()
205 ull_cp_release_tx(&conn, tx); in ZTEST()
238 ull_cp_release_tx(&conn, tx); in ZTEST()
301 ull_cp_release_tx(&conn, tx); in ZTEST()
355 ull_cp_release_tx(&conn, tx); in ZTEST()
409 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/
Dmain.c118 ull_cp_release_tx(&conn, tx); in ZTEST()
149 ull_cp_release_tx(&conn, tx); in ZTEST()
225 ull_cp_release_tx(&conn, tx); in ZTEST()
258 ull_cp_release_tx(&conn, tx); in ZTEST()
327 ull_cp_release_tx(&conn, tx); in ZTEST()
360 ull_cp_release_tx(&conn, tx); in ZTEST()
423 ull_cp_release_tx(&conn, tx); in ZTEST()
485 ull_cp_release_tx(&conn, tx); in ZTEST()
542 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_conn_update/src/
Dmain.c277 ull_cp_release_tx(&conn, tx); in ZTEST()
295 ull_cp_release_tx(&conn, tx); in ZTEST()
424 ull_cp_release_tx(&conn, tx); in ZTEST()
450 ull_cp_release_tx(&conn_2nd, tx); in ZTEST()
489 ull_cp_release_tx(&conn_3rd, tx); in ZTEST()
529 ull_cp_release_tx(&conn, tx); in ZTEST()
581 ull_cp_release_tx(&conn_3rd, tx); in ZTEST()
648 ull_cp_release_tx(&conn, tx); in ZTEST()
717 ull_cp_release_tx(&conn, tx); in ZTEST()
790 ull_cp_release_tx(&conn, tx); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c211 ull_cp_release_tx(&conn, tx); in ZTEST()
231 ull_cp_release_tx(&conn, tx); in ZTEST()
279 ull_cp_release_tx(&conn, tx); in ZTEST()
381 ull_cp_release_tx(&conn, tx); in ZTEST()
426 ull_cp_release_tx(&conn, tx); in ZTEST()
453 ull_cp_release_tx(&conn, tx); in ZTEST()
539 ull_cp_release_tx(&conn, tx); in ZTEST()
582 ull_cp_release_tx(&conn, tx); in ZTEST()
671 ull_cp_release_tx(&conn, tx); in ZTEST()
686 ull_cp_release_tx(&conn, tx); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c178 ull_cp_release_tx(&conn, tx); in ZTEST()
213 ull_cp_release_tx(&conn, tx); in ZTEST()
301 ull_cp_release_tx(&conn, tx); in ZTEST()
358 ull_cp_release_tx(&conn, tx); in ZTEST()
451 ull_cp_release_tx(&conn, tx); in ZTEST()
533 ull_cp_release_tx(&conn, tx); in ZTEST()
629 ull_cp_release_tx(&conn, tx); in ZTEST()
733 ull_cp_release_tx(&conn, tx); in ZTEST()
820 ull_cp_release_tx(&conn, tx); in ZTEST()
889 ull_cp_release_tx(&conn, tx); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c289 ull_cp_release_tx(&conn, tx); in ZTEST()
320 ull_cp_release_tx(&conn, tx); in ZTEST()
465 ull_cp_release_tx(&conn, tx); in ZTEST()
495 ull_cp_release_tx(&conn, tx); in ZTEST()
517 ull_cp_release_tx(&conn, tx); in ZTEST()
628 ull_cp_release_tx(&conn, tx); in ZTEST()
725 ull_cp_release_tx(&conn, tx); in ZTEST()
833 ull_cp_release_tx(&conn, tx); in ZTEST()
939 ull_cp_release_tx(&conn, tx); in ZTEST()
1041 ull_cp_release_tx(&conn, tx); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain.c131 ull_cp_release_tx(&conn, tx); in ZTEST()
161 ull_cp_release_tx(&conn, tx); in ZTEST()
226 ull_cp_release_tx(&conn, tx); in ZTEST()
260 ull_cp_release_tx(&conn, tx); in ZTEST()
348 ull_cp_release_tx(&conn, tx); in ZTEST()
420 ull_cp_release_tx(&conn, tx); in ZTEST()
434 ull_cp_release_tx(&conn, tx); in ZTEST()
Dmain_hci.c138 ull_cp_release_tx(conn_from_pool, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c139 ull_cp_release_tx(&conn, tx); in ZTEST()
214 ull_cp_release_tx(&conn, tx); in ZTEST()
280 ull_cp_release_tx(&conn, tx); in ZTEST()
349 ull_cp_release_tx(&conn, tx); in ZTEST()
433 ull_cp_release_tx(&conn, tx); in ZTEST()
512 ull_cp_release_tx(&conn, tx); in ZTEST()
581 ull_cp_release_tx(&conn, tx); in ZTEST()
653 ull_cp_release_tx(&conn, tx); in ZTEST()
732 ull_cp_release_tx(&conn, tx); in test_cte_req_ll_unknown_rsp_local()
867 ull_cp_release_tx(&conn, tx); in run_local_cte_req()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_tx_buffer_alloc/src/
Dmain.c114 ull_cp_release_tx(&conn[0], tx[1]); in ZTEST()
134 ull_cp_release_tx(&conn[0], tx[tx_alloc_idx - 1]); in ZTEST()
147 ull_cp_release_tx(&conn[2], tx[CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM + in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/
Dmain.c186 ull_cp_release_tx(&conn, tx); in ZTEST()
222 ull_cp_release_tx(&conn, tx); in ZTEST()
258 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_terminate/src/
Dmain.c132 ull_cp_release_tx(&conn, tx); in test_terminate_loc()
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/
Dmain.c104 ull_cp_release_tx(&test_conn, tx); in lt_tx_pdu_and_rx_unknown_rsp()
154 ull_cp_release_tx(&test_conn, tx); in lt_tx_undef_opcode_and_rx_unknown_rsp()
/Zephyr-latest/tests/bluetooth/controller/ctrl_min_used_chans/src/
Dmain.c104 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c186 ull_cp_release_tx(&conn, tx); in ZTEST()
284 ull_cp_release_tx(&conn, tx); in ZTEST()
367 ull_cp_release_tx(&conn, tx); in ZTEST()
405 ull_cp_release_tx(&conn, tx); in ZTEST()
805 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/
Dmain.c99 ull_cp_release_tx(&conn, tx); in ZTEST()
174 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/src/
Dmain.c142 ull_cp_release_tx(&conn, tx); in test_cis_terminate_loc()
/Zephyr-latest/tests/bluetooth/controller/ctrl_periodic_sync/src/
Dmain.c200 ull_cp_release_tx(&conn, tx); in ZTEST()
424 ull_cp_release_tx(&conn, tx); in ZTEST()
566 ull_cp_release_tx(&conn, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_invalid/src/
Dmain.c108 ull_cp_release_tx(&test_conn, tx); in lt_tx_invalid_pdu_size()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.h38 void ull_cp_release_tx(struct ll_conn *conn, struct node_tx *tx);
Dull_llcp.c471 void ull_cp_release_tx(struct ll_conn *conn, struct node_tx *tx) in ull_cp_release_tx() function
594 ull_cp_release_tx(conn, tx_release); in ull_cp_release_nodes()
Dull_conn.c1546 ull_cp_release_tx(conn, tx); in ull_conn_tx_ack()
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c431 ull_cp_release_tx(&conn, txl[i]); in ZTEST()
453 ull_cp_release_tx(&conn, txl[i]); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c122 ull_cp_release_tx(conn_from_pool, tx); in ZTEST()
188 ull_cp_release_tx(conn_from_pool, tx); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c223 ull_cp_release_tx(&conn, tx); in ZTEST()