File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -274,8 +274,11 @@ class SecurityManager {
274
274
}
275
275
276
276
/* *
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.
279
282
*
280
283
* @param[in] connectionHandle connection connectionHandle
281
284
*/
You can’t perform that action at this time.
0 commit comments