Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_utils.c235 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL) in bta_gattc_clcb_alloc()
324 tBTA_GATTC_SERV * bta_gattc_find_srcb(BD_ADDR bda) in bta_gattc_find_srcb() function
Dbta_gattc_int.h512 extern tBTA_GATTC_SERV * bta_gattc_find_srcb(BD_ADDR bda);
Dbta_gattc_act.c2041 if ((p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL) in bta_gattc_process_indicate()