Diff between d60ebb078b92411b59ea06109edfd36da06ffd17 and 71dee38c8c8382c4ee0d0b911c5b8707daa5e3ba

Changed Files

File Additions Deletions Status
monitor/bt.h +5 -0 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index 0949b1d..06d2a1c 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -29,6 +29,11 @@
 #define BT_H4_SCO_PKT	0x03
 #define BT_H4_EVT_PKT	0x04
 
+struct bt_hci_acl_hdr {
+	uint16_t handle;
+	uint16_t dlen;
+} __attribute__ ((packed));
+
 struct bt_hci_cmd_hdr {
 	uint16_t opcode;
 	uint8_t	 plen;