Initial Commit

This commit is contained in:
2018-12-18 12:07:12 +01:00
commit 7ad040c6c1
31 changed files with 1974 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#ifndef BLUETOOTH_FUNCTIONS_H
#define BLUETOOTH_FUNCTIONS_H
#include <string>
namespace PresenceDetection {
namespace Bluetooth {
class Functions
{
public:
static bool Ping(const std::string& macAddress);
};
} // namespace Bluetooth
} // namespace PresenceDetection
#endif // BLUETOOTH_FUNCTIONS_H