Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c550 static struct has_preset *active_preset; variable
1291 if (active_preset != preset) { in preset_set_active()
1292 active_preset = preset; in preset_set_active()
1354 if (active_preset == NULL) { in handle_set_next_preset()
1357 next = preset_get_next(active_preset); in handle_set_next_preset()
1380 if (active_preset == NULL) { in handle_set_prev_preset()
1383 prev = preset_get_prev(active_preset); in handle_set_prev_preset()
1558 if (preset == active_preset) { in bt_has_preset_unregister()
1677 if (active_preset == NULL) { in bt_has_preset_active_get()
1681 return active_preset->index; in bt_has_preset_active_get()