Home
last modified time | relevance | path

Searched refs:bt_iso_chan_get_tx_sync (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Diso.h26 DECLARE_FAKE_VALUE_FUNC(int, bt_iso_chan_get_tx_sync, const struct bt_iso_chan *,
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c17 #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/
Diso.h1130 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/
Diso.c626 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/
Dbap_stream.c453 return bt_iso_chan_get_tx_sync(iso_chan, info); in bt_bap_stream_get_tx_sync()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c980 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