Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_utils.cc142 p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_clcb_alloc()
223 tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda) { in bta_gattc_find_srcb() function
Dbta_gattc_int.h395 extern tBTA_GATTC_SERV* bta_gattc_find_srcb(const RawAddress& bda);
Dbta_gattc_act.cc1238 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate()