Home
last modified time | relevance | path

Searched refs:bt_iso_chan_send_ts (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c33 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/
Dbroadcaster.c51 err = bt_iso_chan_send_ts(default_chan, buf, seq++, 0x00eeeee); in send_data()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h957 int bt_iso_chan_send_ts(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num,
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c392 ret = bt_iso_chan_send_ts(iso_chan, buf, seq_num, ts); in bap_stream_send()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst481 :c:func:`bt_iso_chan_send_ts` can be used.
Drelease-notes-3.6.rst120 and added :c:func:`bt_iso_chan_send_ts` that does.
/Zephyr-latest/subsys/bluetooth/host/
Diso.c898 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