Searched refs:attr_index (Results 1 – 2 of 2) sorted by relevance
151 uint8_t attr_index; member3457 p_dev->rc_app_settings.attr_index = 0; in handle_app_attr_response()3482 uint8_t xx, attr_index; in handle_app_val_response() local3496 if (p_app_settings->attr_index < p_app_settings->num_attrs) { in handle_app_val_response()3497 attr_index = p_app_settings->attr_index; in handle_app_val_response()3498 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response()3500 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response()3502 attr_index++; in handle_app_val_response()3503 p_app_settings->attr_index++; in handle_app_val_response()3504 if (attr_index < p_app_settings->num_attrs) { in handle_app_val_response()[all …]
253 uint16_t attr_index; /* cahce NV saving/loading attribute index */ member