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 054b780 commit 4858388Copy full SHA for 4858388
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp
@@ -125,8 +125,9 @@ ble_error_t CordioSecurityManager::set_authentication_timeout(
125
}
126
127
ble_error_t CordioSecurityManager::get_authentication_timeout(
128
- connection_handle_t, uint16_t &timeout_in_10ms
+ connection_handle_t connection, uint16_t &timeout_in_10ms
129
) {
130
+ // FIXME: Is it usefull to add dynamic timeout management for all connections ?
131
return BLE_ERROR_NOT_IMPLEMENTED;
132
133
0 commit comments