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.h
- Revision:
- 67:0fac4e99f29b
- Parent:
- 65:100b50423049
- Child:
- 71:ff3e3bdf4514
--- a/GattCharacteristic.h Thu Jun 05 08:22:59 2014 +0100
+++ b/GattCharacteristic.h Thu Jun 05 08:48:51 2014 +0100
@@ -342,11 +342,11 @@
*BLE_GATT_CPF_NAMESPACES. */
} presentation_format_t;
- GattCharacteristic(uint16_t uuid = 0,
+ GattCharacteristic(ShortUUID_t uuid = 0,
uint16_t minLen = 1,
uint16_t maxLen = 1,
uint8_t properties = 0);
- GattCharacteristic(const uint8_t longUUID[UUID::LENGTH_OF_LONG_UUID],
+ GattCharacteristic(const LongUUID_t longUUID,
uint16_t minLen = 1,
uint16_t maxLen = 1,
uint8_t properties = 0);
