Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2614 if (!sh_stream->is_rx) { in init_lc3_decoder()
2740 if (sh_stream->is_rx && sh_stream->rx.lc3_decoder != NULL) { in do_lc3_decode()
2767 if (sh_stream->is_rx && sh_stream->rx.lc3_decoder == NULL) { in lc3_decoder_thread_func()
2787 if (!sh_stream->is_rx) { in audio_recv()
2927 sh_stream->is_rx = info.can_recv; in stream_started_cb()
3019 if (sh_stream->is_rx) { in stream_started_cb()
3067 if (sh_stream->is_rx) { in stream_started_cb()
3084 if (sh_stream->is_rx) { in update_usb_streams_cb()
3101 if (sh_stream->is_rx) { in update_usb_streams()
3136 if (sh_stream->is_rx) { in clear_stream_data()
[all …]
Daudio.h96 bool is_rx; member