Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_api.cc416 HIDH_TRACE_ERROR("HID_ERR_NOT_REGISTERED"); in HID_HostWriteDev()
422 HIDH_TRACE_ERROR("HID_ERR_INVALID_PARAM"); in HID_HostWriteDev()
427 HIDH_TRACE_ERROR("HID_ERR_NO_CONNECTION dev_handle %d", dev_handle); in HID_HostWriteDev()
468 HIDH_TRACE_ERROR("Security Registration 1 failed"); in HID_HostSetSecurityLevel()
475 HIDH_TRACE_ERROR("Security Registration 2 failed"); in HID_HostSetSecurityLevel()
482 HIDH_TRACE_ERROR("Security Registration 3 failed"); in HID_HostSetSecurityLevel()
489 HIDH_TRACE_ERROR("Security Registration 4 failed"); in HID_HostSetSecurityLevel()
496 HIDH_TRACE_ERROR("Security Registration 5 failed"); in HID_HostSetSecurityLevel()
503 HIDH_TRACE_ERROR("Security Registration 6 failed"); in HID_HostSetSecurityLevel()
Dhidh_conn.cc102 HIDH_TRACE_ERROR("HID-Host Control Registration failed"); in hidh_conn_reg()
108 HIDH_TRACE_ERROR("HID-Host Interrupt Registration failed"); in hidh_conn_reg()
/system/bt/internal_include/
Dbt_trace.h335 #define HIDH_TRACE_ERROR(...) \ macro