Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c378 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()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h723 tBTA_GATTC_SERVICE *included_service; member