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 nRF51822 by
Diff: btle/btle_gattc.cpp
- Revision:
- 232:102cf741f177
- Parent:
- 231:4362ce7ffbd7
- Child:
- 233:0b15e714801b
diff -r 4362ce7ffbd7 -r 102cf741f177 btle/btle_gattc.cpp
--- a/btle/btle_gattc.cpp Fri Jun 19 15:55:20 2015 +0100
+++ b/btle/btle_gattc.cpp Fri Jun 19 15:55:20 2015 +0100
@@ -55,8 +55,8 @@
ShortUUIDBytes_t uuid;
ble_gatt_char_props_t props;
- Gap::Handle_t declHandle; /**< Service Handle Range. */
- Gap::Handle_t valueHandle; /**< Service Handle Range. */
+ Gap::Handle_t declHandle;
+ Gap::Handle_t valueHandle;
};
struct DiscoveryStatus {
