From 92d3f2201b0a24dd5cce7e5267fd0607d2647d70 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Mon, 4 Feb 2013 20:51:24 +0100 Subject: [PATCH] Moved variables --- BTD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTD.h b/BTD.h index 2c7364ab..e72f5bd4 100755 --- a/BTD.h +++ b/BTD.h @@ -171,6 +171,8 @@ public: }; bool l2capConnectionClaimed; // This is used by the service to know when to store the device information + bool sdpConnectionClaimed; + bool rfcommConnectionClaimed; const char* btdName; // These are set by the SPP library const char* btdPin; @@ -180,8 +182,6 @@ public: uint8_t disc_bdaddr[6]; // Last incoming devices Bluetooth address uint8_t remote_name[30]; // First 30 chars of last remote name uint8_t hci_version; - bool sdpConnectionClaimed; - bool rfcommConnectionClaimed; bool connectToWii; // Used to only send the ACL data to the wiimote bool incomingWii;