Diff between 4bc39b2b34527bca31118f7660288de0b1e7a02c and cce524b1acede0089da7e041283f04dc78fd1eb2

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 c9625e8..5a27120 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -918,8 +918,8 @@ struct bt_hci_cmd_set_afh_host_classification {
 
 #define BT_HCI_CMD_READ_INQUIRY_SCAN_TYPE	0x0c42
 struct bt_hci_rsp_read_inquiry_scan_type {
-	uint8_t status;
-	uint8_t type;
+	uint8_t  status;
+	uint8_t  type;
 } __attribute__ ((packed));
 
 #define BT_HCI_CMD_WRITE_INQUIRY_SCAN_TYPE	0x0c43