#pragma once #include #include #include #include #ifdef CONFIG_BLUEDROID_ENABLED BLEService *createUpdateService(BLEServer *server, std::string hwVendor, std::string swVersion, std::string hwVersion); void destroyUpdateService(); void bluetoothRebootCheck(); #endif