Skip to content

Commit 4858388

Browse files
committed
BLE - Cordio PAL SM: comment get_authentication_timeout
1 parent 054b780 commit 4858388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalSecurityManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ ble_error_t CordioSecurityManager::set_authentication_timeout(
125125
}
126126

127127
ble_error_t CordioSecurityManager::get_authentication_timeout(
128-
connection_handle_t, uint16_t &timeout_in_10ms
128+
connection_handle_t connection, uint16_t &timeout_in_10ms
129129
) {
130+
// FIXME: Is it usefull to add dynamic timeout management for all connections ?
130131
return BLE_ERROR_NOT_IMPLEMENTED;
131132
}
132133

0 commit comments

Comments
 (0)