Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_util.h46 const char* dump_hd_event(uint16_t event);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c237 const char* dump_hd_event(uint16_t event) { in dump_hd_event() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c678 BTC_TRACE_API("%s: event=%s", __func__, dump_hd_event(event)); in btc_hd_cb_handler()