We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766b876 commit dbf4a8dCopy full SHA for dbf4a8d
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp
@@ -99,7 +99,9 @@ ble_error_t CordioSecurityManager::set_secure_connections_support(
99
ble_error_t CordioSecurityManager::get_secure_connections_support(
100
bool &enabled
101
) {
102
- return BLE_ERROR_NOT_IMPLEMENTED;
+ // FIXME: should depend of the controller
103
+ enabled = false;
104
+ return BLE_ERROR_NONE;
105
}
106
107
////////////////////////////////////////////////////////////////////////////
0 commit comments