Searched refs:btp_bap_unicast_conn_get (Results 1 – 3 of 3) sorted by relevance
51 struct btp_bap_unicast_connection *btp_bap_unicast_conn_get(size_t conn_index);
198 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()
1619 struct btp_bap_unicast_connection *btp_bap_unicast_conn_get(size_t conn_index) in btp_bap_unicast_conn_get() function