High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: common/UUID.cpp
- Revision:
- 306:ae0df1c9222a
- Parent:
- 302:8f4348c2b6b5
- Child:
- 307:ecbc3405c66e
--- 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; } }