From 71dee38c8c8382c4ee0d0b911c5b8707daa5e3ba Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 26 May 2013 15:38:40 +0100 Subject: [PATCH] monitor: Add struct for ACL header --- monitor/bt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/monitor/bt.h b/monitor/bt.h index 0949b1d31..06d2a1cc4 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; -- 2.47.3