Home
last modified time | relevance | path

Searched refs:bt_has_preset_active_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dhas.h479 uint8_t bt_has_preset_active_get(void);
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dhas.c247 const uint8_t index = bt_has_preset_active_get(); in cmd_preset_active_get()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c96 active_index = bt_has_preset_active_get(); in read_active_preset_index()
493 active_index = bt_has_preset_active_get(); in notify_work_handler()
1675 uint8_t bt_has_preset_active_get(void) in bt_has_preset_active_get() function