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 dbf4a8d commit d050c4eCopy full SHA for d050c4e
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp
@@ -273,8 +273,7 @@ ble_error_t CordioSecurityManager::set_display_passkey(passkey_num_t passkey)
273
274
ble_error_t CordioSecurityManager::set_io_capability(io_capability_t io_capability)
275
{
276
- pSmpCfg->auth = io_capability.value();
277
-
+ pSmpCfg->ioCap = io_capability.value();
278
return BLE_ERROR_NONE;
279
}
280
0 commit comments