High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: ble/UUID.h
- Revision:
- 890:f3144091ae19
- Parent:
- 861:2afa79e3ed0a
- Child:
- 906:8ddab3271c2f
diff -r 958c04685226 -r f3144091ae19 ble/UUID.h --- a/ble/UUID.h Thu Nov 26 12:52:00 2015 +0000 +++ b/ble/UUID.h Thu Nov 26 12:52:00 2015 +0000 @@ -74,7 +74,7 @@ * * @note we don't yet support 32-bit shortened UUIDs. */ - UUID(ShortUUIDBytes_t _shortUUID) : type(UUID_TYPE_SHORT), baseUUID(), shortUUID(_shortUUID) { + UUID(ShortUUIDBytes_t shortUUID) : type(UUID_TYPE_SHORT), baseUUID(), shortUUID(shortUUID) { /* empty */ }