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: GattCharacteristic.cpp
- Revision:
- 67:0fac4e99f29b
- Parent:
- 52:62b9d3b7a689
- Child:
- 82:9853676a88e6
diff -r 14120914e08b -r 0fac4e99f29b GattCharacteristic.cpp
--- a/GattCharacteristic.cpp Thu Jun 05 08:22:59 2014 +0100
+++ b/GattCharacteristic.cpp Thu Jun 05 08:48:51 2014 +0100
@@ -58,10 +58,11 @@
{
/* empty */
}
-GattCharacteristic::GattCharacteristic(const uint8_t longUUID[UUID::LENGTH_OF_LONG_UUID],
- uint16_t minLen,
- uint16_t maxLen,
- uint8_t props) :
+
+GattCharacteristic::GattCharacteristic(const LongUUID_t longUUID,
+ uint16_t minLen,
+ uint16_t maxLen,
+ uint8_t props) :
uuid(longUUID),
lenMin(minLen),
lenMax(maxLen),
