Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_test.c33 static int preset_select(uint8_t index, bool sync) in preset_select() function
39 .select = preset_select,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dhas.c25 static int preset_select(uint8_t index, bool sync) in preset_select() function
36 .select = preset_select,
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c1298 static uint8_t preset_select(struct has_preset *preset, bool sync) in preset_select() function
1347 return preset_select(preset, sync); in handle_set_active_preset()
1367 return preset_select(next, sync); in handle_set_next_preset()
1393 return preset_select(prev, sync); in handle_set_prev_preset()