diff options
Diffstat (limited to 'src/BLEDevice.h')
-rw-r--r-- | src/BLEDevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BLEDevice.h b/src/BLEDevice.h index 7f33143..7a1b833 100644 --- a/src/BLEDevice.h +++ b/src/BLEDevice.h @@ -42,6 +42,7 @@ public: static void setSecurityCallbacks(BLESecurityCallbacks* pCallbacks); static esp_err_t setMTU(uint16_t mtu); static uint16_t getMTU(); + static bool getInitialized(); // Returns the state of the device, is it initialized or not? private: static BLEServer *m_pServer; |