Searched refs:bt_iso_chan_send_ts (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 33 int bt_iso_chan_send_ts(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num, in bt_iso_chan_send_ts() function
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
D | broadcaster.c | 51 err = bt_iso_chan_send_ts(default_chan, buf, seq++, 0x00eeeee); in send_data()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 957 int bt_iso_chan_send_ts(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 392 ret = bt_iso_chan_send_ts(iso_chan, buf, seq_num, ts); in bap_stream_send()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 481 :c:func:`bt_iso_chan_send_ts` can be used.
|
D | release-notes-3.6.rst | 120 and added :c:func:`bt_iso_chan_send_ts` that does.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 898 int bt_iso_chan_send_ts(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num, in bt_iso_chan_send_ts() function
|