Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.h51 struct btp_bap_unicast_connection *btp_bap_unicast_conn_get(size_t conn_index);
Dbtp_cap.c198 struct btp_bap_unicast_connection *u_conn = btp_bap_unicast_conn_get(bt_conn_index(conn)); in cap_unicast_setup_ase()
301 struct btp_bap_unicast_connection *u_conn = btp_bap_unicast_conn_get(conn_index); in btp_cap_unicast_audio_start()
371 u_conn = btp_bap_unicast_conn_get(bt_conn_index(conn)); in btp_cap_unicast_audio_update()
420 struct btp_bap_unicast_connection *u_conn = btp_bap_unicast_conn_get(conn_index); in btp_cap_unicast_audio_stop()
Dbtp_bap_unicast.c1619 struct btp_bap_unicast_connection *btp_bap_unicast_conn_get(size_t conn_index) in btp_bap_unicast_conn_get() function