summaryrefslogtreecommitdiff
path: root/monitor/packet.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-10-03 16:36:22 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-02-03 13:26:38 -0800
commitb123bb0848f449c68006aee1e52f468711ff2c03 (patch)
tree21a4f820a34809bced0aa529c542dc5b96564f78 /monitor/packet.h
parent34d046f29ba5246d94e6f0b4b96966acd8dbdbe9 (diff)
downloadbluez-b123bb0848f449c68006aee1e52f468711ff2c03.tar.gz
monitor: Add support for ISO packets
This enables decoding of ISO packets.
Diffstat (limited to 'monitor/packet.h')
-rw-r--r--monitor/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/packet.h b/monitor/packet.h
index 199e15e58..19ea04c68 100644
--- a/monitor/packet.h
+++ b/monitor/packet.h
@@ -94,6 +94,8 @@ void packet_hci_acldata(struct timeval *tv, struct ucred *cred, uint16_t index,
bool in, const void *data, uint16_t size);
void packet_hci_scodata(struct timeval *tv, struct ucred *cred, uint16_t index,
bool in, const void *data, uint16_t size);
+void packet_hci_isodata(struct timeval *tv, struct ucred *cred, uint16_t index,
+ bool in, const void *data, uint16_t size);
void packet_ctrl_open(struct timeval *tv, struct ucred *cred, uint16_t index,
const void *data, uint16_t size);