Lines Matching refs:start_index
570 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() argument
576 if (preset->index < start_index) { in preset_foreach()
990 preset_foreach(client->read_presets_req.start_index, BT_HAS_PRESET_INDEX_LAST, in read_preset_response()
1015 client->read_presets_req.start_index = preset->index + 1; in read_preset_response()
1186 LOG_DBG("start_index %d num_presets %d", req->start_index, req->num_presets); in handle_read_preset_req()
1189 preset_foreach(req->start_index, BT_HAS_PRESET_INDEX_LAST, preset_found, &preset); in handle_read_preset_req()
1201 client->read_presets_req.start_index = req->start_index; in handle_read_preset_req()
1636 uint8_t start_index, end_index; in bt_has_preset_foreach() local
1643 start_index = BT_HAS_PRESET_INDEX_FIRST; in bt_has_preset_foreach()
1646 start_index = end_index = index; in bt_has_preset_foreach()
1649 preset_foreach(start_index, end_index, bt_has_preset_foreach_func, &data); in bt_has_preset_foreach()