Home
last modified time | relevance | path

Searched refs:bt_iso_chan_get_info (Results 1 – 4 of 4) sorted by relevance

/Zephyr-4.1.0/include/zephyr/bluetooth/
Diso.h1113 int bt_iso_chan_get_info(const struct bt_iso_chan *chan, struct bt_iso_info *info);
/Zephyr-4.1.0/subsys/bluetooth/host/shell/
Diso.c93 err = bt_iso_chan_get_info(chan, &iso_info); in iso_connected()
/Zephyr-4.1.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c315 err = bt_iso_chan_get_info(chan, &chan_work->info); in iso_connected()
/Zephyr-4.1.0/subsys/bluetooth/host/
Diso.c533 int bt_iso_chan_get_info(const struct bt_iso_chan *chan, struct bt_iso_info *info) in bt_iso_chan_get_info() function