Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c720 HIDD_TRACE_VERBOSE("%s: channel(%d), msg_type(%d), len(%d)", __func__, channel, msg_type, len); in hidd_conn_send_data()
785 HIDD_TRACE_VERBOSE("%s: report sent", __func__); in hidd_conn_send_data()
Dhidd_api.c359 HIDD_TRACE_VERBOSE("%s: channel=%d type=%d id=%d len=%d", __func__, channel, type, id, len); in HID_DevSendReport()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h269 #define HIDD_TRACE_VERBOSE(fmt, args...) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_VERBOSE && BT_… macro
437 #define HIDD_TRACE_VERBOSE(fmt, args...) macro