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
Revision 308:3889582936c9, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:55:29 2015 +0100
- Parent:
- 307:76e2e7349319
- Child:
- 309:482f16f3f7f5
- Commit message:
- Synchronized with git rev 1be6900b
Author: Rohit Grover
white space diffs.
Changed in this revision
| btle/btle_discovery.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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
