Searched refs:preset_foreach (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has.c | 569 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() function 988 preset_foreach(client->read_presets_req.start_index, BT_HAS_PRESET_INDEX_LAST, in read_preset_response() 998 preset_foreach(preset->index + 1, BT_HAS_PRESET_INDEX_LAST, preset_found, &next); in read_preset_response() 1107 preset_foreach(client->preset_changed_index_next, BT_HAS_PRESET_INDEX_LAST, in preset_list_changed() 1114 preset_foreach(preset->index + 1, BT_HAS_PRESET_INDEX_LAST, preset_found, &next); in preset_list_changed() 1187 preset_foreach(req->start_index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in handle_read_preset_req() 1218 preset_foreach(index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in set_preset_name() 1647 preset_foreach(start_index, end_index, bt_has_preset_foreach_func, &data); in bt_has_preset_foreach()
|