Searched refs:u_conn (Results 1 – 2 of 2) sorted by relevance
330 struct btp_bap_unicast_connection *u_conn; in lc3_config() local348 u_conn = &connections[bt_conn_index(conn)]; in lc3_config()349 u_stream = btp_bap_unicast_stream_alloc(u_conn); in lc3_config()364 u_conn->configured_source_stream_count++; in lc3_config()366 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()581 struct btp_bap_unicast_connection *u_conn; in stream_released() local586 u_conn = &connections[u_stream->conn_id]; in stream_released()591 u_conn->configured_sink_stream_count--; in stream_released()[all …]
220 struct btp_bap_unicast_connection *u_conn = btp_bap_unicast_conn_get(bt_conn_index(conn)); in cap_unicast_setup_ase() local222 u_stream = btp_bap_unicast_stream_find(u_conn, ase_id); in cap_unicast_setup_ase()225 u_stream = btp_bap_unicast_stream_alloc(u_conn); in cap_unicast_setup_ase()323 struct btp_bap_unicast_connection *u_conn = btp_bap_unicast_conn_get(conn_index); in btp_cap_unicast_audio_start() local325 if (u_conn->end_points_count == 0) { in btp_cap_unicast_audio_start()330 for (size_t i = 0; i < ARRAY_SIZE(u_conn->streams); i++) { in btp_cap_unicast_audio_start()332 struct btp_bap_unicast_stream *u_stream = &u_conn->streams[i]; in btp_cap_unicast_audio_start()342 &u_conn->address); in btp_cap_unicast_audio_start()343 stream_param->ep = btp_bap_unicast_end_point_find(u_conn, u_stream->ase_id); in btp_cap_unicast_audio_start()379 struct btp_bap_unicast_connection *u_conn; in btp_cap_unicast_audio_update() local[all …]