Searched refs:u_conn (Results 1 – 2 of 2) sorted by relevance
329 struct btp_bap_unicast_connection *u_conn; in lc3_config() local347 u_conn = &connections[bt_conn_index(conn)]; in lc3_config()348 u_stream = btp_bap_unicast_stream_alloc(u_conn); in lc3_config()363 u_conn->configured_source_stream_count++; in lc3_config()365 u_conn->configured_sink_stream_count++; in lc3_config()507 struct btp_bap_unicast_connection *u_conn; in stream_configured() local514 u_conn = &connections[u_stream->conn_id]; in stream_configured()584 struct btp_bap_unicast_connection *u_conn; in stream_released() local589 u_conn = &connections[u_stream->conn_id]; in stream_released()597 u_conn->configured_sink_stream_count--; in stream_released()[all …]
198 struct btp_bap_unicast_connection *u_conn = btp_bap_unicast_conn_get(bt_conn_index(conn)); in cap_unicast_setup_ase() local200 u_stream = btp_bap_unicast_stream_find(u_conn, ase_id); in cap_unicast_setup_ase()203 u_stream = btp_bap_unicast_stream_alloc(u_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() local303 if (u_conn->end_points_count == 0) { in btp_cap_unicast_audio_start()308 for (size_t i = 0; i < ARRAY_SIZE(u_conn->streams); i++) { in btp_cap_unicast_audio_start()310 struct btp_bap_unicast_stream *u_stream = &u_conn->streams[i]; in btp_cap_unicast_audio_start()320 &u_conn->address); in btp_cap_unicast_audio_start()321 stream_param->ep = btp_bap_unicast_end_point_find(u_conn, u_stream->ase_id); in btp_cap_unicast_audio_start()357 struct btp_bap_unicast_connection *u_conn; in btp_cap_unicast_audio_update() local[all …]