Home
last modified time | relevance | path

Searched refs:lc3_chan_allocation (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c341 (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in stream_cb()
343 (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in stream_cb()
345 const bool is_mono = sh_stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in stream_cb()
424 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_can_get_full_sdu()
426 (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_can_get_full_sdu()
428 const bool is_mono = sh_stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in bap_usb_can_get_full_sdu()
Dbap.c220 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in get_lc3_chan_alloc_from_index()
222 (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in get_lc3_chan_alloc_from_index()
223 const bool is_mono = sh_stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in get_lc3_chan_alloc_from_index()
2905 codec_cfg, &sh_stream->lc3_chan_allocation, false); in stream_started_cb()
2908 bt_audio_get_chan_count(sh_stream->lc3_chan_allocation); in stream_started_cb()
2911 sh_stream->lc3_chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in stream_started_cb()
2964 if ((sh_stream->lc3_chan_allocation & in stream_started_cb()
2977 if ((sh_stream->lc3_chan_allocation & in stream_started_cb()
3021 (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0) { in update_usb_streams_cb()
3027 (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0) { in update_usb_streams_cb()
Daudio.h105 enum bt_audio_location lc3_chan_allocation; member
162 int bap_usb_add_frame_to_usb(enum bt_audio_location lc3_chan_allocation, const int16_t *frame,