Searched refs:next_bap_stream (Results 1 – 1 of 1) sorted by relevance
922 struct bt_bap_stream *next_bap_stream; in bt_cap_initiator_codec_configured() local934 next_bap_stream = &next_cap_stream->bap_stream; in bt_cap_initiator_codec_configured()943 err = bt_bap_stream_config(conn, next_bap_stream, ep, codec_cfg); in bt_cap_initiator_codec_configured()1129 struct bt_bap_stream *next_bap_stream; in bt_cap_initiator_enabled() local1134 next_bap_stream = &next_cap_stream->bap_stream; in bt_cap_initiator_enabled()1144 err = bt_bap_stream_enable(next_bap_stream, next_bap_stream->codec_cfg->meta, in bt_cap_initiator_enabled()1145 next_bap_stream->codec_cfg->meta_len); in bt_cap_initiator_enabled()1149 bt_cap_common_abort_proc(next_bap_stream->conn, err); in bt_cap_initiator_enabled()1228 struct bt_bap_stream *next_bap_stream; in bt_cap_initiator_connected() local1233 next_bap_stream = &next_cap_stream->bap_stream; in bt_cap_initiator_connected()[all …]