Searched refs:bta_gattc_find_scb_by_cid (Results 1 – 3 of 3) sorted by relevance
273 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_scb_by_cid(cb_data->sdp_conn_id); in bta_gattc_sdp_callback()396 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_scb_by_cid(conn_id); in bta_gattc_disc_res_cback()436 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_scb_by_cid(conn_id); in bta_gattc_disc_cmpl_cback()
420 extern tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id);
268 tBTA_GATTC_SERV* bta_gattc_find_scb_by_cid(uint16_t conn_id) { in bta_gattc_find_scb_by_cid() function