Searched refs:preset_foreach (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | has.c | 570 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() function 990 preset_foreach(client->read_presets_req.start_index, BT_HAS_PRESET_INDEX_LAST, in read_preset_response() 1000 preset_foreach(preset->index + 1, BT_HAS_PRESET_INDEX_LAST, preset_found, &next); in read_preset_response() 1109 preset_foreach(client->preset_changed_index_next, BT_HAS_PRESET_INDEX_LAST, in preset_list_changed() 1116 preset_foreach(preset->index + 1, BT_HAS_PRESET_INDEX_LAST, preset_found, &next); in preset_list_changed() 1189 preset_foreach(req->start_index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in handle_read_preset_req() 1220 preset_foreach(index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in set_preset_name() 1649 preset_foreach(start_index, end_index, bt_has_preset_foreach_func, &data); in bt_has_preset_foreach()
|