Searched refs:bt_iso_chan_send (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 24 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/ |
D | main.c | 69 ret = bt_iso_chan_send(&iso_chan, buf, seq_num); in iso_timer_timeout()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
D | broadcaster.c | 53 err = bt_iso_chan_send(default_chan, buf, seq++); in send_data()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 200 ret = bt_iso_chan_send(&bis_iso_chan[chan], buf, seq_num); in main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
D | broadcaster.c | 53 err = bt_iso_chan_send(default_chan, buf, seq++); in send_data()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 63 ret = bt_iso_chan_send(default_chan, buf, seq_num++); in send_data()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 933 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/ |
D | cis_central.c | 56 ret = bt_iso_chan_send(default_chan, buf, seq_num++); in send_data_cb()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 587 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/ |
D | main.c | 543 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/ |
D | broadcaster.c | 605 ret = bt_iso_chan_send(&bis_iso_chans[i], buf, seq_num); in iso_timer_timeout()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 394 ret = bt_iso_chan_send(iso_chan, buf, seq_num); in bap_stream_send()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 189 ret = bt_iso_chan_send(&bis_iso_chan, buf, seq_num++); in iso_send()
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 220 ret = bt_iso_chan_send(chan, buf, chan_work->seq_num++); in iso_send()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 479 * `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,
|
D | release-notes-3.6.rst | 119 * Modified :c:func:`bt_iso_chan_send` to no longer take a timestamp as parameter,
|
D | release-notes-2.6.rst | 57 :c:func:`bt_iso_chan_send` so when an error occur the buffer is not unref.
|
D | release-notes-3.2.rst | 2522 * :github:`43859` - Bluetooth: ISO: Add sequence number and timestamp to bt_iso_chan_send
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 874 int bt_iso_chan_send(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t seq_num) in bt_iso_chan_send() function
|