From 1f52e42bcf4452ce0b6ae3d916910e37e7581e8d Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Thu, 1 Mar 2018 18:31:16 +0000 Subject: [PATCH] more detailed comment for confirmation request --- features/FEATURE_BLE/ble/SecurityManager.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/ble/SecurityManager.h b/features/FEATURE_BLE/ble/SecurityManager.h index e999eae482..8dda199a2a 100644 --- a/features/FEATURE_BLE/ble/SecurityManager.h +++ b/features/FEATURE_BLE/ble/SecurityManager.h @@ -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 */