@@ -127,8 +127,6 @@ typedef void (*esp_zb_zdo_node_desc_callback_t)(esp_zb_zdp_status_t zdo_status,
127127 *
128128 * @note User's callback get response from the remote device that local node wants to get power descriptor response.
129129 *
130- * @param[in] zdo_status The ZDO response status, refer to `esp_zb_zdp_status`
131- * @param[in] addr A short address of the device response, 0xFFFF - invalid address
132130 * @param[in] power_desc A pointer to the power desc, refer to esp_zb_af_node_power_desc_t
133131 * @param[in] user_ctx User information context, set in `esp_zb_zdo_power_desc_req()`
134132 *
@@ -472,7 +470,7 @@ typedef void (*esp_zb_zdo_scan_complete_callback_t)(esp_zb_zdp_status_t zdo_stat
472470 *
473471 * @param[in] status The status of callback, refer to esp_zb_zdp_status_t
474472 * @param[in] count The size of energy detect list
475- * @param[in] ed_list The list of energy detect information, refer to esp_zb_energy_detect_channel_info_t
473+ * @param[in] channel_info The energy detect information of channels , refer to esp_zb_energy_detect_channel_info_t
476474 *
477475 */
478476typedef void (* esp_zb_zdo_energy_detect_callback_t )(esp_zb_zdp_status_t status , uint16_t count ,
@@ -501,7 +499,8 @@ typedef void (*esp_zb_zdo_mgmt_lqi_rsp_callback_t)(const esp_zb_zdo_mgmt_lqi_rsp
501499 *
502500 * @brief A ZDO Mgmt_NWK_Update_req callback for user to get status of request.
503501 *
504- * @param[in] zdo_status The ZDO response status, refer to `esp_zb_zdp_status`
502+ * @param[in] notify The notification structure of ZDO mgmt nwk update, refer to esp_zb_zdo_mgmt_update_notify_t
503+ * @param[in] user_ctx User information context, set in `esp_zb_zdo_mgmt_nwk_update_req()`
505504 *
506505 */
507506typedef void (* esp_zb_zdo_mgmt_nwk_update_notify_callback_t )(const esp_zb_zdo_mgmt_update_notify_t * notify , void * user_ctx );
0 commit comments