Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c54 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);
315 …tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle… in bta_gattc_add_char_to_cache()
366 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle); in bta_gattc_add_attr_to_cache()
384 isvc->included_service = bta_gattc_find_matching_service( in bta_gattc_add_attr_to_cache()
563 …include_service->included_service = bta_gattc_find_matching_service(services, include_service->inc… in bta_gattc_update_include_service()
1157 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle) { in bta_gattc_find_matching_service() function
1178 return bta_gattc_find_matching_service(services, handle); in bta_gattc_get_service_for_handle_srcb()
1185 return bta_gattc_find_matching_service(services, handle); in bta_gattc_get_service_for_handle()