diff options
Diffstat (limited to 'btif/include/btif_util.h')
-rwxr-xr-x[-rw-r--r--] | btif/include/btif_util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/btif/include/btif_util.h b/btif/include/btif_util.h index ddb469966..30bff6912 100644..100755 --- a/btif/include/btif_util.h +++ b/btif/include/btif_util.h @@ -56,9 +56,11 @@ const char* dump_property_type(bt_property_type_t type); const char* dump_hf_audio_state(UINT16 event); const char* dump_adapter_scan_mode(bt_scan_mode_t mode); const char* dump_thread_evt(bt_cb_thread_evt evt); - const char* dump_av_conn_state(UINT16 event); const char* dump_av_audio_state(UINT16 event); +const char* dump_rc_event(UINT8 event); +const char* dump_rc_notification_event_id(UINT8 event_id); +const char* dump_rc_pdu(UINT8 pdu); int str2bd(char *str, bt_bdaddr_t *addr); char *bd2str(const bt_bdaddr_t *addr, bdstr_t *bdstr); |