Home
last modified time | relevance | path

Searched defs:is_left (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/sys/
Drb.h174 uint8_t *is_left; member
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap_usb.c211 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_add_frame_to_usb() local
508 const bool is_left = (chan_alloc & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_get_frame() local
Dbap.c224 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c218 const bool is_left = j == 0 && has_left; in lc3_decoder_thread() local