summaryrefslogtreecommitdiff
path: root/src/BLEUUID.h
diff options
context:
space:
mode:
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.