Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dhas.h295 int bt_has_client_preset_next(struct bt_has *has, bool sync);
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dhas_client.c207 err = bt_has_client_preset_next(inst, sync); in cmd_has_client_preset_next()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c147 err = bt_has_client_preset_next(g_has, false); in test_preset_next()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas_client.c940 int bt_has_client_preset_next(struct bt_has *has, bool sync) in bt_has_client_preset_next() function