mirror of
https://github.com/T-vK/ESP32-BLE-Keyboard.git
synced 2026-02-20 01:41:32 +01:00
Expose server started hook
This commit is contained in:
committed by
GitHub
parent
2dd80af78c
commit
29195fd823
@@ -116,6 +116,8 @@ public:
|
||||
uint8_t batteryLevel;
|
||||
std::string deviceManufacturer;
|
||||
std::string deviceName;
|
||||
protected:
|
||||
virtual void onStarted(BLEServer *pServer) { };
|
||||
};
|
||||
|
||||
#endif // CONFIG_BT_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user