Searched refs:preset_select (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | has_test.c | 21 static int preset_select(uint8_t index, bool sync) in preset_select() function 27 .select = preset_select,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | has.c | 20 static int preset_select(uint8_t index, bool sync) in preset_select() function 31 .select = preset_select,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | has.c | 843 static uint8_t preset_select(const struct has_preset *preset, bool sync) in preset_select() function 887 return preset_select(preset, sync); in handle_set_active_preset() 918 return preset_select(next_avail, sync); in handle_set_next_preset() 922 return preset_select(first_avail, sync); in handle_set_next_preset() 960 return preset_select(prev_available, sync); in handle_set_prev_preset() 964 return preset_select(last_available, sync); in handle_set_prev_preset()
|