Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c344 const bool has_right = in stream_cb() local
346 const bool has_stereo = has_right && has_left; in stream_cb()
357 } else if (has_right) { in stream_cb()
427 const bool has_right = in bap_usb_can_get_full_sdu() local
429 const bool has_stereo = has_right && has_left; in bap_usb_can_get_full_sdu()
442 } else if (has_right) { in bap_usb_can_get_full_sdu()
Dbap.c223 const bool has_right = in get_lc3_chan_alloc_from_index() local
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.c157 const bool has_right = (stream->lc3_chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in get_lc3_chan_alloc_from_index() local
160 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index()