Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_ATTR_ID (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_api.c639 tBTA_GATTC_ATTR_ID *p_value; in BTA_GATTC_ReadMultiple()
641 p_read_multi->num_attr * sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()
656 p_buf->p_id_list = p_value = (tBTA_GATTC_ATTR_ID *)(p_buf + 1); in BTA_GATTC_ReadMultiple()
660 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()
Dbta_gattc_int.h182 tBTA_GATTC_ATTR_ID *p_id_list;
Dbta_gattc_act.c1140 tBTA_GATTC_ATTR_ID *p_id; in bta_gattc_read_multi()
/system/bt/bta/include/
Dbta_gatt_api.h243 }tBTA_GATTC_ATTR_ID; typedef
250 tBTA_GATTC_ATTR_ID id_list[BTA_GATTC_MULTI_MAX];