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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: services/URIBeacon2Service.h
- Revision:
- 193:ac2feceb7e87
- Parent:
- 192:3fd3dcf49005
- Child:
- 194:669eced4cd5e
diff -r 3fd3dcf49005 -r ac2feceb7e87 services/URIBeacon2Service.h
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:24 2014 +0000
+++ b/services/URIBeacon2Service.h Fri Nov 28 14:11:24 2014 +0000
@@ -105,7 +105,7 @@
ble.onDataWritten(this, &URIBeacon2Service::onDataWritten);
}
- bool initialized(void) const {
+ bool configuredSuccessfully(void) const {
return initSucceeded;
}
