Skip to content

Commit 62ba220

Browse files
doxygen fix
1 parent 4e3a9ff commit 62ba220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/ble/SecurityManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class SecurityManager {
441441
* support out-of-band exchanges of security data.
442442
* @param[in] passkey To specify a static passkey.
443443
* @param[in] signing Generate and distribute signing key during pairing
444-
* @param[in] dbPath Path to the file used to store keys in the filesystem,
444+
* @param[in] dbFilepath Path to the file used to store keys in the filesystem,
445445
* if NULL keys will be only stored in memory
446446
*
447447
*
@@ -469,7 +469,7 @@ class SecurityManager {
469469
*
470470
* @note This operation is only allowed with no active connections.
471471
*
472-
* @param[in] dbPath Path to the file used to store keys in the filesystem,
472+
* @param[in] dbFilepath Path to the file used to store keys in the filesystem,
473473
* if NULL keys will be only stored in memory
474474
*
475475
* @return BLE_ERROR_NONE on success.

0 commit comments

Comments
 (0)