Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: common/UUID.cpp
- Revision:
- 306:ae0df1c9222a
- Parent:
- 302:8f4348c2b6b5
- Child:
- 307:ecbc3405c66e
diff -r 71367f7cd078 -r ae0df1c9222a common/UUID.cpp
--- a/common/UUID.cpp Mon Mar 02 11:50:48 2015 +0000
+++ b/common/UUID.cpp Mon Mar 02 11:50:49 2015 +0000
@@ -81,12 +81,6 @@
if (baseUUID[index] != 0) {
type = UUID_TYPE_LONG;
-
- /* zero out the 16-bit part in the base; this will help equate long
- * UUIDs when they differ only in this 16-bit relative part.*/
- baseUUID[2] = 0;
- baseUUID[3] = 0;
-
return;
}
}
