Fix API description
authorsaerome.kim <saerome.kim@samsung.com>
Tue, 25 Apr 2017 07:21:07 +0000 (16:21 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 11 May 2017 09:07:21 +0000 (18:07 +0900)
 - wrong API description is used. So, we fixed it.

Change-Id: Ic85452892c8373778ecc120dacbce2ce103b65f5
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
include/zdo/zb_zdo_nwk_mgr.h

index 76efd6f941146f09fcda28372e7cc55019933e39..19b556bd0be046bafa55021572f7f4f82fffb766 100644 (file)
@@ -395,11 +395,11 @@ typedef void (*zb_zdo_mgmt_leave_rsp)(
 
 /**
  * @brief Send 'leave device management request' command
- * @details The Mgmt_Bind_req is generated from a Local Device wishing to retrieve the
- * contents of the Binding Table from the Remote Device.\n\n The destination
- * addressing on this command shall be unicast only and the destination address
- * must be that of a Primary binding table cache or source device holding its own
- * binding table.
+ * @details The Mgmt_Leave_req is generated from a Local Device requesting that a Remote
+ * Device leave the network or to request that another device leave the network.
+ * The Mgmt_Leave_req is generated by a management application which directs the
+ * request to a Remote Device where the NLME-LEAVE.request is to be executed
+ * using the parameter supplied by Mgmt_Leave_req.
  *
  * @since_tizen 4.0
  * @privlevel public