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:
- 207:d70392d1af99
- Parent:
- 206:d8c5b97557f2
- Child:
- 208:12b6b06ffcd6
diff -r d8c5b97557f2 -r d70392d1af99 btle/btle_gattc.cpp
--- a/btle/btle_gattc.cpp Fri Jun 19 15:55:17 2015 +0100
+++ b/btle/btle_gattc.cpp Fri Jun 19 15:55:17 2015 +0100
@@ -47,7 +47,7 @@
Gap::Handle_t endHandle; /**< Service Handle Range. */
};
-struct ble_db_discovery_t {
+struct DiscoveryStatus_t {
DiscoveredService services[BLE_DB_DISCOVERY_MAX_SRV]; /**< Information related to the current service being discovered.
* This is intended for internal use during service discovery. */
@@ -60,7 +60,7 @@
bool characteristicDiscoveryInProgress;
};
-static ble_db_discovery_t discoveryStatus;
+static DiscoveryStatus_t discoveryStatus;
void launchServiceDiscovery(Gap::Handle_t connectionHandle)
{
