mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Moved variables
This commit is contained in:
parent
b3a2c3a632
commit
92d3f2201b
1 changed files with 2 additions and 2 deletions
4
BTD.h
4
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;
|
||||
|
|
Loading…
Reference in a new issue