BLE - Cordio PAL SM: comment get_authentication_timeout

pull/6188/head
Vincent Coubard 2018-03-01 14:52:09 +00:00
parent 054b7808b4
commit 4858388672
1 changed files with 2 additions and 1 deletions

View File

@ -125,8 +125,9 @@ ble_error_t CordioSecurityManager::set_authentication_timeout(
}
ble_error_t CordioSecurityManager::get_authentication_timeout(
connection_handle_t, uint16_t &timeout_in_10ms
connection_handle_t connection, uint16_t &timeout_in_10ms
) {
// FIXME: Is it usefull to add dynamic timeout management for all connections ?
return BLE_ERROR_NOT_IMPLEMENTED;
}