Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c597 tBTA_GATTC_CHAR_DESCR_ID *p_descr_id, in BTA_GATTC_ReadCharDescr() argument
611 memcpy(&p_buf->srvc_id, &p_descr_id->char_id.srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_ReadCharDescr()
612 memcpy(&p_buf->char_id, &p_descr_id->char_id.char_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_ReadCharDescr()
615 memcpy(p_buf->p_descr_type, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID)); in BTA_GATTC_ReadCharDescr()
Dbta_gattc_cache.c1303 tBTA_GATT_ID *p_descr_id = (tBTA_GATT_ID *)p_param;; in bta_gattc_find_record() local
1353 if (p_descr_id != NULL && !descr_found) in bta_gattc_find_record()
1355 if (bta_gattc_uuid_compare(&p_descr_id->uuid, &p_result->uuid, TRUE) in bta_gattc_find_record()
1356 && p_descr_id->inst_id == p_attr->inst_id) in bta_gattc_find_record()