High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: UUID.cpp
- Revision:
- 43:ac154ac74a30
- Parent:
- 34:da2ea8cd6216
- Child:
- 50:9078969e80e4
--- a/UUID.cpp Fri May 23 11:08:43 2014 +0100 +++ b/UUID.cpp Fri May 23 13:12:52 2014 +0100 @@ -90,7 +90,7 @@ uuid_base[8] + uuid_base[9] + uuid_base[10] + uuid_base[11] + uuid_base[12] + uuid_base[13] + uuid_base[14] + uuid_base[15] == 0) { type = UUID_TYPE_SHORT; - } else { + } else { type = UUID_TYPE_LONG; } } @@ -151,7 +151,7 @@ uuid_base[8] + uuid_base[9] + uuid_base[10] + uuid_base[11] + uuid_base[12] + uuid_base[13] + uuid_base[14] + uuid_base[15] == 0) { type = UUID_TYPE_SHORT; - } else { + } else { type = UUID_TYPE_LONG; }