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_discovery.h
- Revision:
- 301:59e7404a4ea3
- Parent:
- 299:19064275c0e0
- Child:
- 302:507e99065379
diff -r fcc5bbc48739 -r 59e7404a4ea3 btle/btle_discovery.h --- a/btle/btle_discovery.h Fri Jun 19 15:55:28 2015 +0100 +++ b/btle/btle_discovery.h Fri Jun 19 15:55:29 2015 +0100 @@ -117,7 +117,7 @@ ServiceIndicesNeedingUUIDDiscovery(NordicServiceDiscovery *parent) : numIndices(0), serviceIndices(), - parentContainer(parent) { + parentDiscoveryObject(parent) { /* empty */ } @@ -160,7 +160,7 @@ size_t numIndices; int serviceIndices[BLE_DB_DISCOVERY_MAX_SRV]; - NordicServiceDiscovery *parentContainer; + NordicServiceDiscovery *parentDiscoveryObject; }; friend class ServiceIndicesNeedingUUIDDiscovery;