Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Revision 735:15bfcec377d5, committed 2015-07-06
- Comitter:
- rgrover1
- Date:
- Mon Jul 06 10:10:35 2015 +0100
- Parent:
- 734:4872b70437ce
- Child:
- 736:87c756801625
- Commit message:
- Synchronized with git rev feb4e957
Author: Rohit Grover
minor change to a comment for poter(s).
Changed in this revision
ble/SecurityManager.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/ble/SecurityManager.h Mon Jul 06 10:10:35 2015 +0100 +++ b/ble/SecurityManager.h Mon Jul 06 10:10:35 2015 +0100 @@ -111,7 +111,7 @@ (void)iocaps; (void)passkey; - return BLE_ERROR_NOT_IMPLEMENTED; /* default implementation; override this if security is supported. */ + return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if security is supported. */ } /** @@ -127,7 +127,7 @@ (void)connectionHandle; (void)securityStatusP; - return BLE_ERROR_NOT_IMPLEMENTED; /* default implementation; override this if security is supported. */ + return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if security is supported. */ } /** @@ -139,7 +139,7 @@ * application registration. */ virtual ble_error_t purgeAllBondingState(void) { - return BLE_ERROR_NOT_IMPLEMENTED; /* default implementation; override this if security is supported. */ + return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if security is supported. */ } /* Event callback handlers. */