Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c24 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num) in bt_iso_chan_send() function
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c69 ret = bt_iso_chan_send(&iso_chan, buf, seq_num); in iso_timer_timeout()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c53 err = bt_iso_chan_send(default_chan, buf, seq++); in send_data()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c200 ret = bt_iso_chan_send(&bis_iso_chan[chan], buf, seq_num); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c53 err = bt_iso_chan_send(default_chan, buf, seq++); in send_data()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_broadcaster.c63 ret = bt_iso_chan_send(default_chan, buf, seq_num++); in send_data()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h933 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num);
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c56 ret = bt_iso_chan_send(default_chan, buf, seq_num++); in send_data_cb()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c587 ret = bt_iso_chan_send(&iso_chan, buf, cis_sn_last); in cmd_send()
703 ret = bt_iso_chan_send(&bis_iso_chan, buf, bis_sn_last); in cmd_broadcast()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c543 ret = bt_iso_chan_send(&iso_chan[chan], buf, seq_num);
770 ret = bt_iso_chan_send(&iso_chan_p[chan], buf, seq_num);
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c605 ret = bt_iso_chan_send(&bis_iso_chans[i], buf, seq_num); in iso_timer_timeout()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c394 ret = bt_iso_chan_send(iso_chan, buf, seq_num); in bap_stream_send()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c189 ret = bt_iso_chan_send(&bis_iso_chan, buf, seq_num++); in iso_send()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c220 ret = bt_iso_chan_send(chan, buf, chan_work->seq_num++); in iso_send()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst479 * `BT_ISO_TIMESTAMP_NONE` has been removed and the `ts` parameter of :c:func:`bt_iso_chan_send` has
480 as well. :c:func:`bt_iso_chan_send` now always sends without timestamp. To send with a timestamp,
Drelease-notes-3.6.rst119 * Modified :c:func:`bt_iso_chan_send` to no longer take a timestamp as parameter,
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
/Zephyr-latest/subsys/bluetooth/host/
Diso.c874 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num) in bt_iso_chan_send() function