Expose server started hook

This commit is contained in:
Vladimir Dronnikov
2020-04-22 10:26:40 +03:00
committed by GitHub
parent 2dd80af78c
commit 29195fd823

View File

@@ -116,6 +116,8 @@ public:
uint8_t batteryLevel;
std::string deviceManufacturer;
std::string deviceName;
protected:
virtual void onStarted(BLEServer *pServer) { };
};
#endif // CONFIG_BT_ENABLED