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.c342 const bool has_right = in stream_cb() local
344 const bool has_stereo = has_right && has_left; in stream_cb()
355 } else if (has_right) { in stream_cb()
425 const bool has_right = in bap_usb_can_get_full_sdu() local
427 const bool has_stereo = has_right && has_left; in bap_usb_can_get_full_sdu()
440 } else if (has_right) { in bap_usb_can_get_full_sdu()
Dbap.c221 const bool has_right = in get_lc3_chan_alloc_from_index() local
225 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/
Dmain.c229 const bool has_right = in lc3_decoder_thread() local
239 has_right && (j == 0 || (j == 1 && has_left)); in lc3_decoder_thread()