Skip to content

Commit 1f52e42

Browse files
more detailed comment for confirmation request
1 parent 8347e76 commit 1f52e42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

features/FEATURE_BLE/ble/SecurityManager.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,11 @@ class SecurityManager {
274274
}
275275

276276
/**
277-
* Indicate to the application that a confirmation is required. The application should
278-
* proceed by supplying the confirmation confirmationEntered function.
277+
* Indicate to the application that a confirmation is required. This is used
278+
* when the device does not have a keyboard but has a yes/no button. The device
279+
* displays numbers on its display in response to passkeyDisplay and the user
280+
* checks if they are the same on both devices. The application should proceed
281+
* by supplying the confirmation using the confirmationEntered function.
279282
*
280283
* @param[in] connectionHandle connection connectionHandle
281284
*/

0 commit comments

Comments
 (0)