diff options
author | Neil Kolban <kolban1@kolban.com> | 2018-04-03 19:34:25 -0500 |
---|---|---|
committer | Neil Kolban <kolban1@kolban.com> | 2018-04-03 19:34:25 -0500 |
commit | b5d960bacc2c92770a42b4b4565f0e82c797bbc5 (patch) | |
tree | 4dfa590a744a7f282698cae709173391ebbe9011 /src/BLEDevice.h | |
parent | Sync for 0.4.9 (diff) | |
download | thermostat-b5d960bacc2c92770a42b4b4565f0e82c797bbc5.tar.gz thermostat-b5d960bacc2c92770a42b4b4565f0e82c797bbc5.tar.bz2 thermostat-b5d960bacc2c92770a42b4b4565f0e82c797bbc5.zip |
Commit for 0.4.10
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; |