Searched refs:attr_index (Results 1 – 2 of 2) sorted by relevance
161 UINT8 attr_index; member2637 btif_rc_cb.rc_app_settings.attr_index = 0; in handle_app_attr_response()2665 UINT8 xx, attr_index; in handle_app_val_response() local2681 if (p_app_settings->attr_index < p_app_settings->num_attrs) in handle_app_val_response()2683 attr_index = p_app_settings->attr_index; in handle_app_val_response()2684 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response()2687 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response()2689 attr_index++; in handle_app_val_response()2690 p_app_settings->attr_index++; in handle_app_val_response()2691 if (attr_index < p_app_settings->num_attrs) in handle_app_val_response()[all …]
293 UINT16 attr_index; /* cahce NV saving/loading attribute index */ member