Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c560 tBTA_GATTC_INCLUDED_SVC *include_service = list_node(sn); in bta_gattc_update_include_service() local
561 if(include_service && !include_service->included_service) { in bta_gattc_update_include_service()
563include_service->included_service = bta_gattc_find_matching_service(services, include_service->inc… in bta_gattc_update_include_service()
564 if(!include_service->included_service) { in bta_gattc_update_include_service()
566 list_remove(service->included_svc, include_service); in bta_gattc_update_include_service()
567 osi_free(include_service); in bta_gattc_update_include_service()