File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ class SecurityManager {
441
441
* support out-of-band exchanges of security data.
442
442
* @param[in] passkey To specify a static passkey.
443
443
* @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,
445
445
* if NULL keys will be only stored in memory
446
446
*
447
447
*
@@ -469,7 +469,7 @@ class SecurityManager {
469
469
*
470
470
* @note This operation is only allowed with no active connections.
471
471
*
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,
473
473
* if NULL keys will be only stored in memory
474
474
*
475
475
* @return BLE_ERROR_NONE on success.
You can’t perform that action at this time.
0 commit comments