more detailed comment for confirmation request

pull/6188/head
paul-szczepanek-arm 2018-03-01 18:31:16 +00:00
parent 8347e76bf4
commit 1f52e42bcf
1 changed files with 5 additions and 2 deletions

View File

@ -274,8 +274,11 @@ public:
}
/**
* Indicate to the application that a confirmation is required. The application should
* proceed by supplying the confirmation confirmationEntered function.
* Indicate to the application that a confirmation is required. This is used
* when the device does not have a keyboard but has a yes/no button. The device
* displays numbers on its display in response to passkeyDisplay and the user
* checks if they are the same on both devices. The application should proceed
* by supplying the confirmation using the confirmationEntered function.
*
* @param[in] connectionHandle connection connectionHandle
*/