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 a057e5c commit 054b780Copy full SHA for 054b780
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp
@@ -118,9 +118,10 @@ ble_error_t CordioSecurityManager::get_secure_connections_support(
118
//
119
120
ble_error_t CordioSecurityManager::set_authentication_timeout(
121
- connection_handle_t, uint16_t timeout_in_10ms
+ connection_handle_t connection, uint16_t timeout_in_10ms
122
) {
123
- return BLE_ERROR_NOT_IMPLEMENTED;
+ DmWriteAuthPayloadTimeout(connection, timeout_in_10ms);
124
+ return BLE_ERROR_NONE;
125
}
126
127
ble_error_t CordioSecurityManager::get_authentication_timeout(
0 commit comments