diff --git a/cpp_utils/BLEUUID.cpp b/cpp_utils/BLEUUID.cpp index ee8b6c9d..fd0f5ad5 100644 --- a/cpp_utils/BLEUUID.cpp +++ b/cpp_utils/BLEUUID.cpp @@ -95,8 +95,6 @@ BLEUUID::BLEUUID(std::string value) { m_uuid.uuid.uuid32 += (((MSB&0x0F) <<4) | (LSB & 0x0F))<<(6-i)*4; i+=2; } - } - } } else if (value.length() == 16) { // how we can have 16 byte length string reprezenting 128 bit uuid??? needs to be investigated (lack of time) m_uuid.len = ESP_UUID_LEN_128;