From: sahil bansal Date: Mon, 4 Apr 2016 04:39:47 +0000 (+0530) Subject: [IOT-1066]Updated OCGetDevInfoFromNetwork API description X-Git-Tag: 1.2.0+RC1~355^2^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e20da1f669731b74e636d9ba345c6a2c93c1255;p=platform%2Fupstream%2Fiotivity.git [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 --- 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.