diff options
Diffstat (limited to 'btif/include/btif_util.h')
-rw-r--r-- | btif/include/btif_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/btif_util.h b/btif/include/btif_util.h index 2688b09..05b7e76 100644 --- a/btif/include/btif_util.h +++ b/btif/include/btif_util.h @@ -87,6 +87,7 @@ typedef char bdstr_t[18]; const char* dump_bt_status(bt_status_t status); const char* dump_dm_search_event(UINT16 event); const char* dump_hf_event(UINT16 event); +const char* dump_hh_event(UINT16 event); const char* dump_hf_conn_state(UINT16 event); const char* dump_hf_call_state(bthf_call_state_t call_state); const char* dump_property_type(bt_property_type_t type); |