Fix Bluetooth Ping Timeout

This commit is contained in:
2019-02-04 21:35:20 +01:00
parent d114c685d0
commit b623ba5003
5 changed files with 113 additions and 87 deletions
+1
View File
@@ -26,6 +26,7 @@ private:
void Logout();
void UpdatePresentDevices();
void SendStateChange(bool present, const std::string& macAddress);
private:
Util::Timer m_timer;