mirror of https://github.com/ARMmbed/mbed-os.git
Nordic BLE: Disable secure connection support on NRF51.
parent
4c1a309117
commit
14a1095c31
|
@ -373,7 +373,7 @@ ble_error_t nRF5xSecurityManager::cancel_pairing(
|
|||
ble_error_t nRF5xSecurityManager::get_secure_connections_support(
|
||||
bool &enabled
|
||||
) {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
return BLE_ERROR_NONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue