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 BLE_API by
Diff: ble/SecurityManager.h
- Revision:
- 735:15bfcec377d5
- Parent:
- 734:4872b70437ce
- Child:
- 909:ca174e3a1385
--- 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. */