diff options
Diffstat (limited to 'btif/include/btif_util.h')
-rwxr-xr-x[-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 075194d..cfa7945 100644..100755 --- a/btif/include/btif_util.h +++ b/btif/include/btif_util.h @@ -86,6 +86,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_dm_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); |