File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
connectivity/FEATURE_BLE/include/ble Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -435,8 +435,8 @@ class Gap {
435
435
*
436
436
* @version 4.1+.
437
437
*
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.
440
440
*
441
441
* @see manageConnectionParametersUpdateRequest()
442
442
* @see acceptConnectionParametersUpdate()
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ class SecurityManager
251
251
/* *
252
252
* Called when a pairing request is received. Application should respond by
253
253
* 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 .
255
255
* Otherwise the stack will handle the requests.
256
256
*
257
257
* @param[in] connectionHandle connection connectionHandle
You can’t perform that action at this time.
0 commit comments