Diff between 1cfb4ba2cfdbab119b61697c32d4a9c5545594c9 and bf26ca408dde69312a4d8739d416565c8a6bb1f0
Changed Files
| File | Additions | Deletions | Status |
| monitor/bt.h | +2 | -2 | modified |
Full Patch
diff --git a/monitor/bt.h b/monitor/bt.h
index 1af04a8..0ca141c 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -111,7 +111,7 @@ struct bt_hci_acl_hdr {
struct bt_hci_cmd_hdr {
uint16_t opcode;
- uint8_t plen;
+ uint8_t plen;
} __attribute__ ((packed));
struct bt_hci_evt_hdr {
@@ -741,7 +741,7 @@ struct bt_hci_rsp_read_ext_inquiry_response {
#define BT_HCI_CMD_WRITE_EXT_INQUIRY_RESPONSE 0x0c52
struct bt_hci_cmd_write_ext_inquiry_response {
uint8_t fec;
- uint8_t data[240];
+ uint8_t data[240];
} __attribute__ ((packed));
#define BT_HCI_CMD_REFRESH_ENCRYPT_KEY 0x0c53