summaryrefslogtreecommitdiff
path: root/monitor/packet.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-11-08 02:18:41 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-11-08 02:18:41 +0100
commit1e95c542346a88f21d09e0ea7490f074f6f9610a (patch)
treed9d2662222f90533177f1e29234f66b9d46aae1e /monitor/packet.h
parent11f685d4e982c5fcaa16e5c49380ad6124082364 (diff)
downloadbluez-1e95c542346a88f21d09e0ea7490f074f6f9610a.tar.gz
monitor: Use cleaner decoding for system note and user logging packets
Diffstat (limited to 'monitor/packet.h')
-rw-r--r--monitor/packet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/monitor/packet.h b/monitor/packet.h
index 59da5af89..218a63b9d 100644
--- a/monitor/packet.h
+++ b/monitor/packet.h
@@ -73,6 +73,11 @@ void packet_index_info(struct timeval *tv, uint16_t index, const char *label,
void packet_vendor_diag(struct timeval *tv, uint16_t index,
uint16_t manufacturer,
const void *data, uint16_t size);
+void packet_system_note(struct timeval *tv, struct ucred *cred,
+ uint16_t index, const void *message);
+void packet_user_logging(struct timeval *tv, struct ucred *cred,
+ uint16_t index, uint8_t priority,
+ const char *ident, const char *message);
void packet_hci_command(struct timeval *tv, struct ucred *cred, uint16_t index,
const void *data, uint16_t size);