#include "bluetooth.hpp" #include "esp_bt.h" namespace drivers { auto Bluetooth::Enable() -> Bluetooth* { return nullptr; } } // namespace drivers