Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c51 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() function
1052 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()