Home | History | Annotate | Download | only in gatt

Lines Matching refs:isvc

298     tBTA_GATTC_INCLUDED_SVC* isvc =
301 isvc->handle = handle;
302 memcpy(&isvc->uuid, p_uuid, sizeof(tBT_UUID));
304 isvc->owning_service = service;
305 isvc->included_service = bta_gattc_find_matching_service(
307 if (!isvc->included_service) {
310 osi_free(isvc);
314 list_append(service->included_svc, isvc);