Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c154 static bool encode_frame_block(struct tx_stream *stream, struct net_buf *out_buf) in encode_frame_block() function
171 if (!encode_frame_block(stream, buf)) { in stream_lc3_add_data()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap.c412 static size_t encode_frame_block(struct shell_stream *sh_stream, size_t frame_cnt, in encode_frame_block() function
438 frame_cnt += encode_frame_block(sh_stream, frame_cnt, out_buf); in do_lc3_encode()