summaryrefslogtreecommitdiff
path: root/src/BLEUUID.h
diff options
context:
space:
mode:
authorNeil Kolban <kolban1@kolban.com>2017-11-21 09:51:03 -0600
committerNeil Kolban <kolban1@kolban.com>2017-11-21 09:51:03 -0600
commit4a781e01832176d61af010669b8c362f5a777768 (patch)
tree6a7a16309d61c4728512f5eb632d3ad565288c36 /src/BLEUUID.h
parentFixes for #121 (diff)
downloadthermostat-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.h1
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.