Skip to content

Commit 14a1095

Browse files
committed
Nordic BLE: Disable secure connection support on NRF51.
1 parent 4c1a309 commit 14a1095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF51/source/nRF5xPalSecurityManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ ble_error_t nRF5xSecurityManager::cancel_pairing(
373373
ble_error_t nRF5xSecurityManager::get_secure_connections_support(
374374
bool &enabled
375375
) {
376-
enabled = true;
376+
enabled = false;
377377
return BLE_ERROR_NONE;
378378
}
379379

0 commit comments

Comments
 (0)