Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c342 const bool has_left = in stream_cb() local
346 const bool has_stereo = has_right && has_left; in stream_cb()
355 } else if (has_left || is_mono) { in stream_cb()
426 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_can_get_full_sdu() local
429 const bool has_stereo = has_right && has_left; in bap_usb_can_get_full_sdu()
440 } else if (has_left || is_mono) { in bap_usb_can_get_full_sdu()
Dbap.c222 const bool has_left = (sh_stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in get_lc3_chan_alloc_from_index() local
226 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index()
227 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c156 const bool has_left = (stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in get_lc3_chan_alloc_from_index() local
159 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index()
160 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index()