From 0e20da1f669731b74e636d9ba345c6a2c93c1255 Mon Sep 17 00:00:00 2001 From: sahil bansal Date: Mon, 4 Apr 2016 10:09:47 +0530 Subject: [PATCH] [IOT-1066]Updated OCGetDevInfoFromNetwork API description Change-Id: Id6a5f66de22cd5927b5c7010e69d4b24b10e0856 Signed-off-by: sahil bansal Reviewed-on: https://gerrit.iotivity.org/gerrit/7559 Reviewed-by: Ashwini Kumar Reviewed-by: Md. Imtiaz Hossain Reviewed-by: Chul Lee Tested-by: jenkins-iotivity Reviewed-by: Randeep Singh --- resource/csdk/security/provisioning/include/ocprovisioningmanager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource/csdk/security/provisioning/include/ocprovisioningmanager.h b/resource/csdk/security/provisioning/include/ocprovisioningmanager.h index 7f3dbf6..986c360 100644 --- a/resource/csdk/security/provisioning/include/ocprovisioningmanager.h +++ b/resource/csdk/security/provisioning/include/ocprovisioningmanager.h @@ -189,7 +189,8 @@ OCStackResult OCRemoveDevice(void* ctx, * variables pOwnedDevList and pUnownedDevList. * * @param[in] waitime Wait time for the API. The wait time will be divided by 2, and half of wait time - * will be used for unowned discovery and remaining half for owned discovery. + * will be used for unowned discovery and remaining half for owned discovery. So the wait time should be + * equal to or more than 2. * @param[out] pOwnedDevList list of owned devices. * @param[out] pUnownedDevList list of unowned devices. * @return OC_STACK_OK in case of success and other value otherwise. -- 2.7.4