From 3f5005c383540d07dd16ac044c78d7be28d4aa8e Mon Sep 17 00:00:00 2001 From: Neil Kolban Date: Wed, 17 Jan 2018 18:16:31 -0600 Subject: 0.4.8 --- src/BLEUUID.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/BLEUUID.h') diff --git a/src/BLEUUID.h b/src/BLEUUID.h index bbe9b87..5fb7795 100644 --- a/src/BLEUUID.h +++ b/src/BLEUUID.h @@ -24,11 +24,12 @@ public: BLEUUID(uint8_t* pData, size_t size, bool msbFirst); BLEUUID(esp_gatt_id_t gattId); BLEUUID(); + int bitSize(); // Get the number of bits in this uuid. bool equals(BLEUUID uuid); esp_bt_uuid_t* getNative(); BLEUUID to128(); std::string toString(); - static BLEUUID fromString(std::string uuid); + static BLEUUID fromString(std::string uuid); // Create a BLEUUID from a string private: esp_bt_uuid_t m_uuid; // The underlying UUID structure that this class wraps. -- cgit v1.2.3