Home
last modified time | relevance | path

Searched refs:bap_stream_from_shell_stream (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap.c183 struct bt_bap_stream *bap_stream_from_shell_stream(struct shell_stream *sh_stream) in bap_stream_from_shell_stream() function
332 bap_stream_from_shell_stream(sh_stream), sh_stream->lc3_frame_duration_us, in init_lc3_encoder()
447 struct bt_bap_stream *bap_stream = bap_stream_from_shell_stream(sh_stream); in lc3_audio_send_data()
589 if (stream == bap_stream_from_shell_stream(&unicast_streams[i])) { in set_unicast_stream()
614 stream = bap_stream_from_shell_stream(&unicast_streams[index]); in cmd_select_unicast()
628 struct bt_bap_stream *stream = bap_stream_from_shell_stream(&unicast_streams[i]); in stream_alloc()
847 bap_stream_from_shell_stream(snk_uni_streams[i]); in bap_ac_create_unicast_group()
852 bap_stream_from_shell_stream(src_uni_streams[i]); in bap_ac_create_unicast_group()
1166 bap_stream = bap_stream_from_shell_stream(&unicast_streams[0]); in cmd_config()
1455 struct bt_bap_stream *stream = bap_stream_from_shell_stream(&unicast_streams[i]); in create_unicast_group()
[all …]
Daudio.h167 struct bt_bap_stream *bap_stream_from_shell_stream(struct shell_stream *sh_stream);