Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.cc297 tBTA_GATTC_INCLUDED_SVC* isvc = in bta_gattc_add_attr_to_cache() local
300 isvc->handle = handle; in bta_gattc_add_attr_to_cache()
301 memcpy(&isvc->uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_attr_to_cache()
303 isvc->owning_service = service; in bta_gattc_add_attr_to_cache()
304 isvc->included_service = bta_gattc_find_matching_service( in bta_gattc_add_attr_to_cache()
306 if (!isvc->included_service) { in bta_gattc_add_attr_to_cache()
309 osi_free(isvc); in bta_gattc_add_attr_to_cache()
313 list_append(service->included_svc, isvc); in bta_gattc_add_attr_to_cache()