Searched refs:bt_iso_chan_get_tx_sync (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | iso.h | 26 DECLARE_FAKE_VALUE_FUNC(int, bt_iso_chan_get_tx_sync, const struct bt_iso_chan *,
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 17 #define FFF_FAKES_LIST(FAKE) FAKE(bt_iso_chan_get_tx_sync) 21 DEFINE_FAKE_VALUE_FUNC(int, bt_iso_chan_get_tx_sync, const struct bt_iso_chan *,
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 1130 int bt_iso_chan_get_tx_sync(const struct bt_iso_chan *chan, struct bt_iso_tx_info *info);
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 626 err = bt_iso_chan_get_tx_sync(&iso_chan, &tx_info); in cmd_tx_sync_read_cis() 779 err = bt_iso_chan_get_tx_sync(&bis_iso_chan, &tx_info); in cmd_tx_sync_read_bis()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 453 return bt_iso_chan_get_tx_sync(iso_chan, info); in bt_bap_stream_get_tx_sync()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 980 int bt_iso_chan_get_tx_sync(const struct bt_iso_chan *chan, struct bt_iso_tx_info *info) in bt_iso_chan_get_tx_sync() function
|