Searched refs:bta_gattc_find_matching_service (Results 1 – 1 of 1) sorted by relevance
51 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);240 …tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle… in bta_gattc_add_char_to_cache()287 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle); in bta_gattc_add_attr_to_cache()301 isvc->included_service = bta_gattc_find_matching_service( in bta_gattc_add_attr_to_cache()1034 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle) { in bta_gattc_find_matching_service() function1052 return bta_gattc_find_matching_service(services, handle); in bta_gattc_get_service_for_handle_srcb()1058 return bta_gattc_find_matching_service(services, handle); in bta_gattc_get_service_for_handle()