Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_rc.c161 UINT8 attr_index; member
2637 btif_rc_cb.rc_app_settings.attr_index = 0; in handle_app_attr_response()
2665 UINT8 xx, attr_index; in handle_app_val_response() local
2681 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 …]
/system/bt/bta/gatt/
Dbta_gattc_int.h293 UINT16 attr_index; /* cahce NV saving/loading attribute index */ member