Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_int.h415 extern tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda);
Dbta_gattc_utils.cc242 tBTA_GATTC_SERV* bta_gattc_find_srvr_cache(const RawAddress& bda) { in bta_gattc_find_srvr_cache() function
Dbta_gattc_act.cc1094 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_srvr_cache(remote_bda); in bta_gattc_process_api_refresh()