Diff between 6bf9d1775cf4ccd7374a6a88f353ddefaa123d52 and b7ca43eedfd5a028909a410287ad915ec026e24d

Changed Files

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

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index 644c97c..7aa016a 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -3649,8 +3649,8 @@ struct bt_hci_evt_le_big_complete {
 
 #define BT_HCI_EVT_LE_BIG_TERMINATE		0x1c
 struct bt_hci_evt_le_big_terminate {
-	uint8_t  reason;
 	uint8_t  handle;
+	uint8_t  reason;
 } __attribute__ ((packed));
 
 #define BT_HCI_EVT_LE_BIG_SYNC_ESTABILISHED	0x1d