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.
Dependents: BLE_Health_Thermometer_HeartRateMonitor
Fork of BLE_API_Native_IRC by
Diff: GattCharacteristic.h
- Revision:
- 9:bbcea9b97272
- Parent:
- 0:4c3097c65247
--- a/GattCharacteristic.h Fri Feb 14 10:50:45 2014 +0000 +++ b/GattCharacteristic.h Fri Feb 14 13:17:53 2014 +0000 @@ -309,7 +309,7 @@ uint16_t uuid; /* Characteristic UUID */ uint16_t lenMin; /* Minimum length of the value */ uint16_t lenMax; /* Maximum length of the value */ - uint16_t handle; + uint16_t handle; uint8_t properties; private: