adaptation for book and plug demo
Fork of BLE_API by
Diff: ble/SecurityManager.h
- Revision:
- 1209:a593e0ecff7d
- Parent:
- 1192:718787de23b7
--- a/ble/SecurityManager.h Wed Sep 14 14:18:00 2016 +0100 +++ b/ble/SecurityManager.h Mon May 14 12:32:05 2018 +0000 @@ -106,7 +106,8 @@ * @return BLE_ERROR_NONE on success. */ virtual ble_error_t init(bool enableBonding = true, - bool requireMITM = true, + // bool requireMITM = true, HD + bool requireMITM = false, SecurityIOCapabilities_t iocaps = IO_CAPS_NONE, const Passkey_t passkey = NULL) { /* Avoid compiler warnings about unused variables. */