Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc148 uint8_t attr_index; member
1607 p_dev->rc_app_settings.attr_index = 0; in handle_app_attr_response()
1630 uint8_t xx, attr_index; in handle_app_val_response() local
1643 if (p_app_settings->attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
1644 attr_index = p_app_settings->attr_index; in handle_app_val_response()
1645 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response()
1647 p_app_settings->attrs[attr_index].attr_val[xx] = p_rsp->vals[xx]; in handle_app_val_response()
1649 attr_index++; in handle_app_val_response()
1650 p_app_settings->attr_index++; in handle_app_val_response()
1651 if (attr_index < p_app_settings->num_attrs) { in handle_app_val_response()
[all …]
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h256 uint16_t attr_index; /* cache NV saving/loading attribute index */ member