HomeSort by relevance Sort by last modified time
    Searched refs:bta_gatts_find_srvc_cb_by_srvc_id (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/gatt/
bta_gatts_main.c 122 p_srvc_cb = bta_gatts_find_srvc_cb_by_srvc_id(p_cb,
bta_gatts_int.h 255 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id);
bta_gatts_utils.c 125 ** 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 3001 milliseconds