High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Nov 28 14:11:24 2014 +0000
Parent:
192:3fd3dcf49005
Child:
194:669eced4cd5e
Commit message:
Synchronized with git rev 617a7540
Author: Rohit Grover
rename to configuredSuccessfully()

Changed in this revision

services/URIBeacon2Service.h Show annotated file Show diff for this revision Revisions of this file
--- 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;
     }