#ifndef BLUETOOTH_FUNCTIONS_H #define BLUETOOTH_FUNCTIONS_H #include namespace PresenceDetection { namespace Bluetooth { class Functions { public: static bool Ping(const std::string& macAddress); }; } // namespace Bluetooth } // namespace PresenceDetection #endif // BLUETOOTH_FUNCTIONS_H