Searched refs:included_service (Results 1 – 2 of 2) sorted by relevance
378 isvc->included_service = bta_gattc_find_matching_service( in bta_gattc_add_attr_to_cache()380 if (!isvc->included_service) { in bta_gattc_add_attr_to_cache()556 if(include_service && !include_service->included_service) { in bta_gattc_update_include_service()558 …include_service->included_service = bta_gattc_find_matching_service(services, include_service->inc… in bta_gattc_update_include_service()559 if(!include_service->included_service) { in bta_gattc_update_include_service()2100 p_isvc->included_service->s_handle, in bta_gattc_cache_save()2101 p_isvc->included_service->e_handle, in bta_gattc_cache_save()
723 tBTA_GATTC_SERVICE *included_service; member