Searched refs:encode_frame (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ | 
| D | stream_lc3.c | 133 static bool encode_frame(struct tx_stream *stream, uint8_t index, struct net_buf *out_buf)  in encode_frame()  function 160 		if (!encode_frame(stream, i, out_buf)) {  in encode_frame_block()
  | 
| /Zephyr-latest/subsys/bluetooth/audio/shell/ | 
| D | bap.c | 370 static bool encode_frame(struct shell_stream *sh_stream, uint8_t index, size_t frame_cnt,  in encode_frame()  function 424 		if (encode_frame(sh_stream, i, frame_cnt, out_buf)) {  in encode_frame_block()
  |