Home
last modified time | relevance | path

Searched refs:lc3_rx_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c59 static int16_t lc3_rx_buf[LC3_MAX_NUM_SAMPLES_MONO]; variable
142 lc3_rx_buf, 1); in decode_frame()
216 err = usb_add_frame_to_usb(chan_alloc, lc3_rx_buf, in decode_frame_block()
217 sizeof(lc3_rx_buf), data->ts); in decode_frame_block()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2597 static int16_t lc3_rx_buf[LC3_MAX_NUM_SAMPLES_MONO]; variable
2674 lc3_rx_buf, 1); in decode_frame()
2715 err = bap_usb_add_frame_to_usb(chan_alloc, lc3_rx_buf, in decode_frame_block()
2716 sizeof(lc3_rx_buf), data->ts); in decode_frame_block()