Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c510 HIDH_TRACE_ERROR("HID_ERR_NOT_REGISTERED"); in HID_HostWriteDev()
515 HIDH_TRACE_ERROR("HID_ERR_INVALID_PARAM"); in HID_HostWriteDev()
520 HIDH_TRACE_ERROR("HID_ERR_NO_CONNECTION dev_handle %d", dev_handle); in HID_HostWriteDev()
569 HIDH_TRACE_ERROR ("Security Registration 1 failed"); in HID_HostSetSecurityLevel()
575 HIDH_TRACE_ERROR ("Security Registration 2 failed"); in HID_HostSetSecurityLevel()
581 HIDH_TRACE_ERROR ("Security Registration 3 failed"); in HID_HostSetSecurityLevel()
587 HIDH_TRACE_ERROR ("Security Registration 4 failed"); in HID_HostSetSecurityLevel()
593 HIDH_TRACE_ERROR ("Security Registration 5 failed"); in HID_HostSetSecurityLevel()
599 HIDH_TRACE_ERROR ("Security Registration 6 failed"); in HID_HostSetSecurityLevel()
Dhidh_conn.c102 HIDH_TRACE_ERROR ("HID-Host Control Registration failed"); in hidh_conn_reg()
107 HIDH_TRACE_ERROR ("HID-Host Interrupt Registration failed"); in hidh_conn_reg()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h257 #define HIDH_TRACE_ERROR(fmt, args...) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR && BT_LO… macro
425 #define HIDH_TRACE_ERROR(fmt, args...) macro