Home
last modified time | relevance | path

Searched refs:bt_iso_chan_send (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/
Diso.c21 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num, uint32_t ts) in bt_iso_chan_send() function
/Zephyr-Core-3.5.0/samples/bluetooth/central_iso/src/
Dmain.c66 ret = bt_iso_chan_send(&iso_chan, buf, seq_num++, BT_ISO_TIMESTAMP_NONE); in iso_timer_timeout()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast/src/
Dmain.c174 ret = bt_iso_chan_send(&bis_iso_chan[chan], buf, in main()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c55 ret = bt_iso_chan_send(default_chan, buf, seq_num++, BT_ISO_TIMESTAMP_NONE); in send_data_cb()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h854 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf,
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Diso.c512 ret = bt_iso_chan_send(&iso_chan, buf, cis_sn_last, in cmd_send()
625 ret = bt_iso_chan_send(&bis_iso_chan, buf, bis_sn_last, in cmd_broadcast()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/cis/src/
Dmain.c552 ret = bt_iso_chan_send(&iso_chan[chan], buf,
780 ret = bt_iso_chan_send(&iso_chan_p[chan], buf, seq_num,
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c596 ret = bt_iso_chan_send(&bis_iso_chans[i], buf, seq_num, in iso_timer_timeout()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_stream.c278 return bt_iso_chan_send(bt_bap_stream_iso_chan_get(stream), in bt_bap_stream_send()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c187 ret = bt_iso_chan_send(&bis_iso_chan, buf, seq_num++, in iso_send()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c199 ret = bt_iso_chan_send(chan, buf, chan_work->seq_num++, in iso_send()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c753 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf, in bt_iso_chan_send() function
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.6.rst57 :c:func:`bt_iso_chan_send` so when an error occur the buffer is not unref.
Drelease-notes-3.2.rst2522 * :github:`43859` - Bluetooth: ISO: Add sequence number and timestamp to bt_iso_chan_send