Searched refs:bta_gatts_find_srvc_cb_by_srvc_id (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gatts_main.c122 p_srvc_cb = bta_gatts_find_srvc_cb_by_srvc_id(p_cb,
H A Dbta_gatts_int.h255 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id);
H A Dbta_gatts_utils.c125 ** Function bta_gatts_find_srvc_cb_by_srvc_id
132 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id) function
135 APPL_TRACE_DEBUG("bta_gatts_find_srvc_cb_by_srvc_id service_id=%d", service_id);
141 APPL_TRACE_DEBUG("bta_gatts_find_srvc_cb_by_srvc_id found service cb index =%d", i);

Completed in 64 milliseconds