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.cc54 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t* services,
242 bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle); in bta_gattc_add_char_to_cache()
289 bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle); in bta_gattc_add_attr_to_cache()
304 isvc->included_service = bta_gattc_find_matching_service( in bta_gattc_add_attr_to_cache()
979 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t* services, in bta_gattc_find_matching_service() function
998 return bta_gattc_find_matching_service(services, handle); in bta_gattc_get_service_for_handle_srcb()
1005 return bta_gattc_find_matching_service(services, handle); in bta_gattc_get_service_for_handle()