Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap.c2541 if (!sh_stream->is_rx) { in init_lc3_decoder()
2668 if (sh_stream->is_rx && sh_stream->rx.lc3_decoder != NULL) { in do_lc3_decode()
2695 if (sh_stream->is_rx && sh_stream->rx.lc3_decoder == NULL) { in lc3_decoder_thread_func()
2715 if (!sh_stream->is_rx) { in audio_recv()
2856 sh_stream->is_rx = info.can_recv; in stream_started_cb()
2949 if (sh_stream->is_rx) { in stream_started_cb()
3002 if (sh_stream->is_rx) { in stream_started_cb()
3019 if (sh_stream->is_rx) { in update_usb_streams_cb()
3036 if (sh_stream->is_rx) { in update_usb_streams()
3071 if (sh_stream->is_rx) { in clear_stream_data()
[all …]
Daudio.h98 bool is_rx; member