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:
- 75:d08bdef22500
- Parent:
- 71:ff3e3bdf4514
- Child:
- 82:9853676a88e6
--- a/GattCharacteristic.h Fri Jun 06 11:30:56 2014 +0100
+++ b/GattCharacteristic.h Fri Jun 06 14:14:46 2014 +0100
@@ -302,14 +302,8 @@
uint16_t gatt_nsdesc; /**< Namespace description from Bluetooth Assigned Numbers, normally '0', see @ref BLE_GATT_CPF_NAMESPACES. */
} presentation_format_t;
- GattCharacteristic(ShortUUID_t uuid = 0,
- uint16_t minLen = 1,
- uint16_t maxLen = 1,
- uint8_t properties = 0);
- GattCharacteristic(const LongUUID_t longUUID,
- uint16_t minLen = 1,
- uint16_t maxLen = 1,
- uint8_t properties = 0);
+ GattCharacteristic(ShortUUID_t uuid = 0, uint16_t minLen = 1, uint16_t maxLen = 1, uint8_t properties = 0);
+ GattCharacteristic(const LongUUID_t longUUID, uint16_t minLen = 1, uint16_t maxLen = 1, uint8_t properties = 0);
virtual ~GattCharacteristic(void);
public:
