Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_has.c45 static uint16_t has_presets; variable
72 while (has_presets) { in has_remove_preset()
73 uint8_t index = find_lsb_set(has_presets); in has_remove_preset()
79 has_presets &= ~(1 << (index - 1)); in has_remove_preset()
84 has_presets &= ~(1 << (cp->index - 1)); in has_remove_preset()
116 has_presets |= 1 << (cp->index - 1); in has_add_preset()