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
Revision 729:efb72efded5c, committed 2015-07-13
- Comitter:
- OJFord
- Date:
- Mon Jul 13 10:04:26 2015 +0000
- Parent:
- 728:4427371f3875
- Commit message:
- Names anonymous enum `ble_gatt_format_e` (in keeping with style of others)
Changed in this revision
| ble/GattCharacteristic.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/GattCharacteristic.h Tue Jul 07 17:21:09 2015 +0000
+++ b/ble/GattCharacteristic.h Mon Jul 13 10:04:26 2015 +0000
@@ -225,7 +225,7 @@
\note See http://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorViewer.aspx?u=org.bluetooth.descriptor.gatt.characteristic_presentation_format.xml
*/
/**************************************************************************/
- enum {
+ enum ble_gatt_format_e{
BLE_GATT_FORMAT_RFU = 0x00, /**< Reserved For Future Use. */
BLE_GATT_FORMAT_BOOLEAN = 0x01, /**< Boolean. */
BLE_GATT_FORMAT_2BIT = 0x02, /**< Unsigned 2-bit integer. */
