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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Diff: btle/btle_discovery.h
- Revision:
- 307:3889582936c9
- Parent:
- 306:76e2e7349319
- Child:
- 308:482f16f3f7f5
--- a/btle/btle_discovery.h Fri Jun 19 15:55:29 2015 +0100
+++ b/btle/btle_discovery.h Fri Jun 19 15:55:29 2015 +0100
@@ -246,14 +246,14 @@
DISCOVER_CHARACTERISTIC_UUIDS,
} state;
- DiscoveredService services[BLE_DB_DISCOVERY_MAX_SRV]; /**< Information related to the current service being discovered.
- * This is intended for internal use during service discovery. */
- DiscoveredCharacteristic characteristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV];
+ DiscoveredService services[BLE_DB_DISCOVERY_MAX_SRV]; /**< Information related to the current service being discovered.
+ * This is intended for internal use during service discovery. */
+ DiscoveredCharacteristic characteristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV];
ServiceUUIDDiscoveryQueue serviceUUIDDiscoveryQueue;
CharUUIDDiscoveryQueue charUUIDDiscoveryQueue;
- TerminationCallback_t onTerminationCallback;
+ TerminationCallback_t onTerminationCallback;
};
#endif /*_BTLE_DISCOVERY_H_*/
\ No newline at end of file

