Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c833 tBTA_GATTC_SERV *p_srvc_cb = bta_gattc_find_scb_by_cid(bta_gattc_cb.sdp_conn_id); in bta_gattc_sdp_callback()
951 p_srvc_cb = bta_gattc_find_scb_by_cid(conn_id); in bta_gattc_disc_res_cback()
1024 p_srvc_cb = bta_gattc_find_scb_by_cid(conn_id); in bta_gattc_disc_cmpl_cback()
Dbta_gattc_int.h514 extern tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id);
Dbta_gattc_utils.c367 tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id) in bta_gattc_find_scb_by_cid() function