Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Drb.h174 uint8_t *is_left; member
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c213 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_add_frame_to_usb() local
510 const bool is_left = (chan_alloc & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_get_frame() local
Dbap.c226 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c212 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in usb_add_frame_to_usb() local
Dlc3.c159 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local