Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c212 const bool is_right = (chan_allocation & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_add_frame_to_usb() local
234 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in bap_usb_add_frame_to_usb()
262 } else if (is_right && decoded_sdu.right_frames_cnt > decoded_sdu.left_frames_cnt) { in bap_usb_add_frame_to_usb()
283 } else if (is_right) { in bap_usb_add_frame_to_usb()
509 const bool is_right = (chan_alloc & BT_AUDIO_LOCATION_FRONT_RIGHT) != 0; in bap_usb_get_frame() local
516 } else if (is_right) { in bap_usb_get_frame()
Dbap.c225 const bool is_right = has_right && (index == 0U || (index == 1U && has_left)); in get_lc3_chan_alloc_from_index() local
232 } else if (is_right) { in get_lc3_chan_alloc_from_index()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c238 const bool is_right = in lc3_decoder_thread() local
245 } else if (is_right) { in lc3_decoder_thread()