Home
last modified time | relevance | path

Searched refs:bt_has_preset_active_set (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h470 int bt_has_preset_active_set(uint8_t index);
490 return bt_has_preset_active_set(BT_HAS_PRESET_INDEX_NONE); in bt_has_preset_active_clear()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_test.c149 err = bt_has_preset_active_set(test_preset_index_3); in test_offline_behavior()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_has.c40 int err = bt_has_preset_active_set(cp->index); in has_set_active_index()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dhas.c236 err = bt_has_preset_active_set(index); in cmd_preset_active_set()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c1650 int bt_has_preset_active_set(uint8_t index) in bt_has_preset_active_set() function