Diff between ce3b7eab71347e82bc29a4cca6bf424af4ecfe08 and 21f34170daddf8688d11d9f7abe0e9e1df5655fc
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 f8585ba..5904949 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1671,7 +1671,7 @@ struct bt_hci_evt_phy_link_complete {
uint8_t phy_handle;
} __attribute__ ((packed));
-#define BT_HCI_EVT_CHANNEL_SELECTED 0x412
+#define BT_HCI_EVT_CHANNEL_SELECTED 0x41
struct bt_hci_evt_channel_selected {
uint8_t phy_handle;
} __attribute__ ((packed));