diff options
author | Neil Kolban <kolban1@kolban.com> | 2017-11-21 09:51:03 -0600 |
---|---|---|
committer | Neil Kolban <kolban1@kolban.com> | 2017-11-21 09:51:03 -0600 |
commit | 4a781e01832176d61af010669b8c362f5a777768 (patch) | |
tree | 6a7a16309d61c4728512f5eb632d3ad565288c36 /src/BLEUUID.h | |
parent | Fixes for #121 (diff) | |
download | thermostat-4a781e01832176d61af010669b8c362f5a777768.tar.gz thermostat-4a781e01832176d61af010669b8c362f5a777768.tar.bz2 thermostat-4a781e01832176d61af010669b8c362f5a777768.zip |
Updates 2017-11-21 0950
Diffstat (limited to 'src/BLEUUID.h')
-rw-r--r-- | src/BLEUUID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BLEUUID.h b/src/BLEUUID.h index a11220b..bbe9b87 100644 --- a/src/BLEUUID.h +++ b/src/BLEUUID.h @@ -28,6 +28,7 @@ public: esp_bt_uuid_t* getNative(); BLEUUID to128(); std::string toString(); + static BLEUUID fromString(std::string uuid); private: esp_bt_uuid_t m_uuid; // The underlying UUID structure that this class wraps. |