Searched refs:bt_cap_stream_send (Results 1 – 6 of 6) sorted by relevance
76 err = bt_cap_stream_send(cap_stream, buf, tx_streams[i].seq_num); in tx_thread_func()
220 int bt_cap_stream_send(struct bt_cap_stream *stream, struct net_buf *buf, uint16_t seq_num);
338 int bt_cap_stream_send(struct bt_cap_stream *stream, struct net_buf *buf, uint16_t seq_num) in bt_cap_stream_send() function
383 err = bt_cap_stream_send(cap_stream, buf, peer->tx_seq_num); in tx_thread_func()
534 * The `ts` parameter of :c:func:`bt_cap_stream_send` has been removed.535 :c:func:`bt_cap_stream_send` now always sends without timestamp.
95 * Modified :c:func:`bt_cap_stream_send` to no longer take a timestamp as parameter,