Skip to content

Commit 1ba5b25

Browse files
fix calls with params in docs so they are referenced correclty
1 parent 25211f5 commit 1ba5b25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

connectivity/FEATURE_BLE/include/ble/Gap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ class Gap {
435435
*
436436
* @version 4.1+.
437437
*
438-
* @note This event will only be produced if manageConnectionParametersUpdateRequest(true)
439-
* was called. Otherwise the stack will handle the request and no event will be generated.
438+
* @note This event will only be produced if manageConnectionParametersUpdateRequest() was called
439+
* with true. Otherwise the stack will handle the request and no event will be generated.
440440
*
441441
* @see manageConnectionParametersUpdateRequest()
442442
* @see acceptConnectionParametersUpdate()

connectivity/FEATURE_BLE/include/ble/SecurityManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class SecurityManager
251251
/**
252252
* Called when a pairing request is received. Application should respond by
253253
* calling the appropriate function: acceptPairingRequest() or cancelPairingRequest().
254-
* This event will only trigger if setPairingRequestAuthorisation(true) was called.
254+
* This event will only trigger if setPairingRequestAuthorisation() was called with true.
255255
* Otherwise the stack will handle the requests.
256256
*
257257
* @param[in] connectionHandle connection connectionHandle

0 commit comments

Comments
 (0)