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:
- 230:4c2bb92598b7
- Parent:
- 229:6394db9a71ba
- Child:
- 231:4362ce7ffbd7
diff -r 6394db9a71ba -r 4c2bb92598b7 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 @@ -20,7 +20,7 @@ #define BLE_DB_DISCOVERY_MAX_SRV 4 /**< Maximum number of services supported by this module. This also indicates the maximum number of users allowed to be registered to this module. (one user per service). */ #define BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV 4 /**< Maximum number of characteristics per service supported by this module. */ -#define SRV_DISC_START_HANDLE 0x0001 /**< The start handle value used during service discovery. */ +#define SRV_DISC_START_HANDLE 0x0001 /**< The start handle value used during service discovery. */ void launchServiceDiscovery(Gap::Handle_t connectionHandle);
