Developing with ZBOSS for Zigbee
ZDO services discovery

Data Structures

struct  zb_zdo_node_desc_req_s
 Parameters of Node_desc_req primitive. More...
 
struct  zb_zdo_desc_resp_hdr_s
 Header of Node_desc_resp primitive.
More...
 
struct  zb_zdo_node_desc_resp_s
 Parameters of Node_desc_resp primitive.
More...
 
struct  zb_zdo_simple_desc_resp_hdr_s
 Header of simple_desc_resp primitive.
More...
 
struct  zb_zdo_simple_desc_resp_s
 Parameters of simple_desc_resp primitive.
More...
 
struct  zb_zdo_child_info_s
 
struct  zb_zdo_parent_annce_s
 Header of parent_annce primitive.
More...
 
struct  zb_zdo_parent_annce_rsp_hdr_s
 Header of parent_annce_rsp primitive.
More...
 
struct  zb_zdo_parent_annce_rsp_s
 Parameters of parent_annce_rsp primitive.
More...
 
struct  zb_zdo_power_desc_resp_s
 Parameters of Power_desc_resp primitive.
More...
 
struct  zb_zdo_power_desc_req_s
 Parameters of Power_desc_req primitive. More...
 
struct  zb_zdo_simple_desc_req_s
 Parameters of Simple_desc_req primitive. More...
 
struct  zb_zdo_active_ep_req_s
 Parameters of Active_desc_req primitive. More...
 
struct  zb_zdo_ep_resp_s
 Active EP response. More...
 
struct  zb_zdo_match_desc_param_s
 Parameters of match_desc_req primitive. More...
 
struct  zb_zdo_match_desc_req_head_s
 Match_desc_req head. More...
 
struct  zb_zdo_match_desc_req_tail_s
 Match_desc_req tail. More...
 
struct  zb_zdo_match_desc_resp_s
 Match_Desc_rsp response structure. More...
 
struct  zb_zdo_system_server_discovery_req_s
 Request parameters for System_Server_Discovery_req. More...
 
struct  zb_zdo_system_server_discovery_resp_s
 Response parameters for System_Server_Discovery_rsp. More...
 

Macros

#define ZB_PARENT_ANNCE_JITTER()   (ZB_APS_PARENT_ANNOUNCE_BASE_TIMER + ZB_RANDOM_JTR(ZB_APS_PARENT_ANNOUNCE_JITTER_MAX))
 Jitter used for sending Parent Annce.
 

Typedefs

typedef struct zb_zdo_node_desc_req_s zb_zdo_node_desc_req_t
 Parameters of Node_desc_req primitive. More...
 
typedef struct zb_zdo_desc_resp_hdr_s zb_zdo_desc_resp_hdr_t
 Header of Node_desc_resp primitive.

 
typedef struct zb_zdo_node_desc_resp_s zb_zdo_node_desc_resp_t
 Parameters of Node_desc_resp primitive.

 
typedef struct zb_zdo_simple_desc_resp_hdr_s zb_zdo_simple_desc_resp_hdr_t
 Header of simple_desc_resp primitive.

 
typedef struct zb_zdo_simple_desc_resp_s zb_zdo_simple_desc_resp_t
 Parameters of simple_desc_resp primitive.

 
typedef struct zb_zdo_child_info_s zb_zdo_child_info_t
 
typedef struct zb_zdo_parent_annce_s zb_zdo_parent_annce_t
 Header of parent_annce primitive.

 
typedef struct zb_zdo_parent_annce_rsp_hdr_s zb_zdo_parent_annce_rsp_hdr_t
 Header of parent_annce_rsp primitive.

 
typedef struct zb_zdo_parent_annce_rsp_s zb_zdo_parent_annce_rsp_t
 Parameters of parent_annce_rsp primitive.

 
typedef struct zb_zdo_power_desc_resp_s zb_zdo_power_desc_resp_t
 Parameters of Power_desc_resp primitive.

 
typedef struct zb_zdo_power_desc_req_s zb_zdo_power_desc_req_t
 Parameters of Power_desc_req primitive. More...
 
typedef struct zb_zdo_simple_desc_req_s zb_zdo_simple_desc_req_t
 Parameters of Simple_desc_req primitive. More...
 
typedef struct zb_zdo_active_ep_req_s zb_zdo_active_ep_req_t
 Parameters of Active_desc_req primitive. More...
 
typedef struct zb_zdo_ep_resp_s zb_zdo_ep_resp_t
 Active EP response.
 
typedef struct zb_zdo_match_desc_param_s zb_zdo_match_desc_param_t
 Parameters of match_desc_req primitive. More...
 
typedef struct zb_zdo_match_desc_req_head_s zb_zdo_match_desc_req_head_t
 Match_desc_req head.
 
typedef struct zb_zdo_match_desc_req_tail_s zb_zdo_match_desc_req_tail_t
 Match_desc_req tail.
 
typedef struct zb_zdo_match_desc_resp_s zb_zdo_match_desc_resp_t
 Match_Desc_rsp response structure. More...
 
typedef struct zb_zdo_system_server_discovery_req_s zb_zdo_system_server_discovery_req_t
 Request parameters for System_Server_Discovery_req. More...
 
typedef zb_zdo_system_server_discovery_req_t zb_zdo_system_server_discovery_param_t
 Parameters for System_Server_Discovery_req call. More...
 
typedef struct zb_zdo_system_server_discovery_resp_s zb_zdo_system_server_discovery_resp_t
 Response parameters for System_Server_Discovery_rsp. More...
 

Functions

zb_uint8_t zb_zdo_node_desc_req (zb_uint8_t param, zb_callback_t cb)
 Node_desc_req primitive. More...
 
zb_uint8_t zb_zdo_power_desc_req (zb_uint8_t param, zb_callback_t cb)
 Power_desc_req primitive. More...
 
zb_uint8_t zb_zdo_simple_desc_req (zb_uint8_t param, zb_callback_t cb)
 Simple_desc_req primitive. More...
 
zb_uint8_t zb_zdo_active_ep_req (zb_uint8_t param, zb_callback_t cb)
 Active_desc_req primitive. More...
 
zb_uint8_t zb_zdo_match_desc_req (zb_uint8_t param, zb_callback_t cb)
 Match_desc_req primitive. More...
 
zb_uint8_t zb_zdo_system_server_discovery_req (zb_uint8_t param, zb_callback_t cb)
 Performs System_Server_Discovery_req. More...
 

Detailed Description

Typedef Documentation

◆ zb_zdo_active_ep_req_t

Parameters of Active_desc_req primitive.

To be put into buffer as data (means - after space alloc).

◆ zb_zdo_match_desc_param_t

Parameters of match_desc_req primitive.

To be put into buffer as data (means - after space alloc).

◆ zb_zdo_match_desc_resp_t

Match_Desc_rsp response structure.

See also
ZB spec, subclause 2.4.4.1.7

◆ zb_zdo_node_desc_req_t

Parameters of Node_desc_req primitive.

To be put into buffer as data (means - after space alloc).

◆ zb_zdo_power_desc_req_t

Parameters of Power_desc_req primitive.

To be put into buffer as data (means - after space alloc).

◆ zb_zdo_simple_desc_req_t

Parameters of Simple_desc_req primitive.

To be put into buffer as data (means - after space alloc).

◆ zb_zdo_system_server_discovery_param_t

Parameters for System_Server_Discovery_req call.

See also
ZB spec, subclause 2.4.3.1.13.

◆ zb_zdo_system_server_discovery_req_t

Request parameters for System_Server_Discovery_req.

See also
ZB spec, subclause 2.4.3.1.13.

◆ zb_zdo_system_server_discovery_resp_t

Response parameters for System_Server_Discovery_rsp.

See also
ZB spec, subclause 2.4.4.1.10.

Function Documentation

◆ zb_zdo_active_ep_req()

zb_uint8_t zb_zdo_active_ep_req ( zb_uint8_t  param,
zb_callback_t  cb 
)

Active_desc_req primitive.

Parameters
param- index of buffer with primitive parameters zb_zdo_active_ep_req_s. Parameters must be put into buffer as data (allocated).
cb- user's function to call when got response from the remote.
Returns
- ZDP transaction sequence number or 0xFF if operation cannot be performed now (nor enough memory, resources, etc.)

Example:

static void send_active_ep_req(zb_bufid_t buf)
{
if (!buf)
{
zb_buf_get_out_delayed(send_active_ep_req);
}
else
{
req->nwk_addr = 0; /*send to coordinator*/
zb_zdo_active_ep_req(buf, active_ep_callback);
}
}
static void active_ep_callback(zb_bufid_t buf)
{
zb_uint8_t *zdp_cmd = zb_buf_begin(buf);
zb_uint8_t *ep_list = zdp_cmd + sizeof(zb_zdo_ep_resp_t);
TRACE_MSG(TRACE_APS1, "active_ep_resp: status %hd, addr 0x%x",
(FMT__H, resp->status, resp->nwk_addr));
if (resp->status != ZB_ZDP_STATUS_SUCCESS || resp->nwk_addr != 0x0)
{
TRACE_MSG(TRACE_APS1, "active_ep_resp: Error incorrect status/addr", (FMT__0));
}
TRACE_MSG(TRACE_APS1, "active_ep_resp: ep count %hd, ep numbers:", (FMT__H, resp->ep_count));
for (i = 0; i < resp->ep_count; i++)
{
TRACE_MSG(TRACE_APS1, "active_ep_resp: ep %hd", (FMT__H_H, *(ep_list + i)));
}
ZB_SCHEDULE_APP_CALLBACK(send_system_server_discovery_req, buf);
}

◆ zb_zdo_match_desc_req()

zb_uint8_t zb_zdo_match_desc_req ( zb_uint8_t  param,
zb_callback_t  cb 
)

Match_desc_req primitive.

Parameters
param- index of buffer with primitive parameters zb_zdo_match_desc_param_s.
cb- user's function to call when got response from the remote. If command is
broadcast, then user's function will be called as many times as number of
responses received plus one more time with status ZB_ZDP_STATUS_TIMEOUT to indicate that no more responses will be received.
Returns
- ZDP transaction sequence number or 0xFF if operation cannot be performed now (nor enough memory, resources, etc.)

Example:

void find_light_bulb(zb_uint8_t param)
{
zb_bufid_t buf = param;
TRACE_MSG(TRACE_APP1, ">> find_light_bulb %hd", (FMT__H, param));
req = zb_buf_initial_alloc(buf, sizeof(zb_zdo_match_desc_param_t) + (1) * sizeof(zb_uint16_t));
req->profile_id = g_profile_id;
/* We are searching for On/Off of Level Control Server */
req->num_in_clusters = 2;
req->num_out_clusters = 0;
zb_zdo_match_desc_req(param, find_light_bulb_cb);
TRACE_MSG(TRACE_APP1, "<< find_light_bulb %hd", (FMT__H, param));
}
void find_light_bulb_cb(zb_uint8_t param)
{
zb_bufid_t buf = param;
zb_uint8_t *match_ep;
TRACE_MSG(TRACE_APP1, ">> find_light_bulb_cb param %hd, resp match_len %hd", (FMT__H_H, param, resp->match_len));
if (resp->status == ZB_ZDP_STATUS_SUCCESS && resp->match_len > 0)
{
TRACE_MSG(TRACE_APP2, "Server is found, continue normal work...", (FMT__0));
/* Match EP list follows right after response header */
match_ep = (zb_uint8_t*)(resp + 1);
/* we are searching for exact cluster, so only 1 EP maybe found */
g_device_ctx.bulb_params.endpoint = *match_ep;
g_device_ctx.bulb_params.short_addr = resp->nwk_addr;
TRACE_MSG(TRACE_APP2, "find bulb addr 0x%hx ep %hd",
(FMT__D_H, g_device_ctx.bulb_params.short_addr, g_device_ctx.bulb_params.endpoint));
/* Next step is to resolve the IEEE address of the bulb */
ZB_SCHEDULE_APP_CALLBACK(bulb_ieee_addr_req, param);
}
else
{
}
}

See light_sample

◆ zb_zdo_node_desc_req()

zb_uint8_t zb_zdo_node_desc_req ( zb_uint8_t  param,
zb_callback_t  cb 
)

Node_desc_req primitive.

Parameters
param- index of buffer with primitive parameters zb_zdo_node_desc_req_s. Parameters must be put into buffer as data (allocated).
cb- user's function to call when got response from the remote.
Returns
- ZDP transaction sequence number or 0xFF if operation cannot be performed now (nor enough memory, resources, etc.)

Example:

static void send_node_desc_req(zb_bufid_t buf)
{
TRACE_MSG(TRACE_APS1, "send_node_desc_req", (FMT__0));
if (!buf)
{
zb_buf_get_out_delayed(send_node_desc_req);
}
else
{
req->nwk_addr = 0; //send to coordinator
zb_zdo_node_desc_req(buf, node_desc_callback);
}
}
static void node_desc_callback(zb_bufid_t buf)
{
zb_uint8_t *zdp_cmd = zb_buf_begin(buf);
TRACE_MSG(TRACE_APS1, "node_desc_response: status %hd, addr 0x%x",
(FMT__H_D, resp->hdr.status, resp->hdr.nwk_addr));
if (resp->hdr.status != ZB_ZDP_STATUS_SUCCESS || resp->hdr.nwk_addr != 0x0)
{
TRACE_MSG(TRACE_APS1, "Error incorrect status/addr", (FMT__0));
}
TRACE_MSG(TRACE_APS1, "node_desc_response: logic type %hd, aps flag %hd, frequency %hd",
(FMT__H_H_H, (resp->node_desc.node_desc_flags & 0x7),
((resp->node_desc.node_desc_flags & 0x700) >> 8),
((resp->node_desc.node_desc_flags & 0xF800) >> 11)));
TRACE_MSG(TRACE_APS1, "node_desc_response: mac cap 0x%hx, manufact code %d, max buf %hd, max transfer %hd",

◆ zb_zdo_power_desc_req()

zb_uint8_t zb_zdo_power_desc_req ( zb_uint8_t  param,
zb_callback_t  cb 
)

Power_desc_req primitive.

Parameters
param- index of buffer with primitive parameters zb_zdo_power_desc_req_s. Parameters must be put into buffer as data (allocated).
cb- user's function to call when got response from the remote.
Returns
- ZDP transaction sequence number or 0xFF if operation cannot be performed now (nor enough memory, resources, etc.)

Example:

static void send_power_desc_req(zb_bufid_t buf)
{
if (!buf)
{
zb_buf_get_out_delayed(send_power_desc_req);
}
else
{
req->nwk_addr = 0; /* send to coordinator*/
zb_zdo_power_desc_req(buf, power_desc_callback);
}
}
static void power_desc_callback(zb_bufid_t buf)
{
zb_uint8_t *zdp_cmd = zb_buf_begin(buf);
TRACE_MSG(TRACE_APS1, "power_desc_resp: status %hd, addr 0x%x",
(FMT__H, resp->hdr.status, resp->hdr.nwk_addr));
if (resp->hdr.status != ZB_ZDP_STATUS_SUCCESS || resp->hdr.nwk_addr != 0x0)
{
TRACE_MSG(TRACE_APS1, "Error incorrect status/addr", (FMT__0));
}
TRACE_MSG(TRACE_APS1, "power mode %hd, avail power src %hd, cur power src %hd, cur power level %hd",
(FMT__H_H_H_H, (resp->power_desc.power_desc_flags & 0x000F),
((resp->power_desc.power_desc_flags & 0x00F0) >> 4),
((resp->power_desc.power_desc_flags & 0x0F00) >> 8),
((resp->power_desc.power_desc_flags & 0xF000) >> 12)));

◆ zb_zdo_simple_desc_req()

zb_uint8_t zb_zdo_simple_desc_req ( zb_uint8_t  param,
zb_callback_t  cb 
)

Simple_desc_req primitive.

Parameters
param- index of buffer with primitive parameters zb_zdo_simple_desc_req_s.
cb- user's function to call when got response from the remote.
Returns
- ZDP transaction sequence number or 0xFF if operation cannot be performed now (nor enough memory, resources, etc.)

Example:

static void send_simple_desc_req(zb_bufid_t buf)
{
if (!buf)
{
zb_buf_get_out_delayed(send_simple_desc_req);
}
else
{
req->nwk_addr = 0; /* send to coordinator */
req->endpoint = 5;
zb_zdo_simple_desc_req(buf, simple_desc_callback);
}
}
static void simple_desc_callback(zb_bufid_t buf)
{
zb_uint8_t *zdp_cmd = zb_buf_begin(buf);
TRACE_MSG(TRACE_APS1, "simple_desc_resp: status %hd, addr 0x%x",
(FMT__H, resp->hdr.status, resp->hdr.nwk_addr));
if (resp->hdr.status != ZB_ZDP_STATUS_SUCCESS || resp->hdr.nwk_addr != 0x0)
{
TRACE_MSG(TRACE_APS1, "Error incorrect status/addr", (FMT__0));
}
TRACE_MSG(TRACE_APS1, "simple_desc_resp: ep %hd, app prof %d, dev id %d, dev ver %hd, input count 0x%hx, output count 0x%hx",
(FMT__H_D_D_H_H_H, resp->simple_desc.endpoint, resp->simple_desc.app_profile_id,
resp->simple_desc.app_device_id, resp->simple_desc.app_device_version,
resp->simple_desc.app_input_cluster_count, resp->simple_desc.app_output_cluster_count));
TRACE_MSG(TRACE_APS1, "simple_desc_resp: clusters:", (FMT__0));
for(i = 0; i < resp->simple_desc.app_input_cluster_count + resp->simple_desc.app_output_cluster_count; i++)
{
TRACE_MSG(TRACE_APS1, " 0x%hx", (FMT__H, *(resp->simple_desc.app_cluster_list + i)));
}

◆ zb_zdo_system_server_discovery_req()

zb_uint8_t zb_zdo_system_server_discovery_req ( zb_uint8_t  param,
zb_callback_t  cb 
)

Performs System_Server_Discovery_req.

Parameters
param- index of buffer with request parameters zb_zdo_system_server_discovery_param_t
cb- user's function to call when got response from the remote. zb_zdo_system_server_discovery_resp_s
Returns
ZDP transaction sequence number
0xFF if operation cannot be performed now (nor enough memory, resources, etc.)

Example:

static void send_system_server_discovery_req(zb_bufid_t buf)
{
if (!buf)
{
zb_buf_get_out_delayed(send_system_server_discovery_req);
}
else
{
zb_zdo_system_server_discovery_req(buf, system_server_discovery_req_cb);
}
}
static void system_server_discovery_req_cb(zb_uint8_t param)
{
zb_uint8_t *zdp_cmd = zb_buf_begin(param);
{
TRACE_MSG(TRACE_APS2, "system_server_discovery received, status: OK", (FMT__0));
}
else
{
TRACE_MSG(TRACE_ERROR, "ERROR receiving system_server_discovery status %x, mask %x",
(FMT__D_D, resp->status, resp->server_mask));
}
zb_buf_free(param);
}
ZB_NWK_BROADCAST_RX_ON_WHEN_IDLE
#define ZB_NWK_BROADCAST_RX_ON_WHEN_IDLE
Definition: zboss_api_nwk.h:40
zb_zdo_simple_desc_resp_s
Parameters of simple_desc_resp primitive.
Definition: zboss_api_zdo.h:1459
zb_uint_t
unsigned int zb_uint_t
Unsigned int (at least 2 bytes).
Definition: zb_types.h:346
zb_af_node_desc_s::manufacturer_code
zb_uint16_t manufacturer_code
Definition: zboss_api_af.h:45
zb_zdo_match_desc_param_s::profile_id
zb_uint16_t profile_id
Definition: zboss_api_zdo.h:1640
zb_uint8_t
unsigned char zb_uint8_t
Project-local 1-byte unsigned int type.
Definition: zb_types.h:149
zb_zdo_match_desc_param_s
Parameters of match_desc_req primitive.
Definition: zboss_api_zdo.h:1634
zb_zdo_simple_desc_req_s
Parameters of Simple_desc_req primitive.
Definition: zboss_api_zdo.h:1564
ZB_ZCL_CLUSTER_ID_ON_OFF
#define ZB_ZCL_CLUSTER_ID_ON_OFF
Definition: zb_zcl_common.h:211
zb_buf_initial_alloc
#define zb_buf_initial_alloc(buf, size)
Initial data space allocation in buffer.
Definition: zboss_api_buf.h:384
ZB_STACK_SPEC_VERSION
#define ZB_STACK_SPEC_VERSION
Definition: zb_config_common.h:1613
zb_zdo_simple_desc_req
zb_uint8_t zb_zdo_simple_desc_req(zb_uint8_t param, zb_callback_t cb)
Simple_desc_req primitive.
zb_zdo_match_desc_param_s::num_out_clusters
zb_uint8_t num_out_clusters
Definition: zboss_api_zdo.h:1645
zb_zdo_active_ep_req
zb_uint8_t zb_zdo_active_ep_req(zb_uint8_t param, zb_callback_t cb)
Active_desc_req primitive.
zb_buf_get_out_delayed
#define zb_buf_get_out_delayed(callback)
Allocate OUT buffer, call a callback when the buffer is available.
Definition: zboss_api_buf.h:268
zb_zdo_system_server_discovery_req_s::server_mask
zb_uint16_t server_mask
Definition: zboss_api_zdo.h:1731
zb_zdo_system_server_discovery_req_s
Request parameters for System_Server_Discovery_req.
Definition: zboss_api_zdo.h:1729
zb_zdo_simple_desc_resp_s::simple_desc
zb_af_simple_desc_1_1_t simple_desc
Definition: zboss_api_zdo.h:1462
zb_zdo_match_desc_param_s::addr_of_interest
zb_uint16_t addr_of_interest
Definition: zboss_api_zdo.h:1638
zb_zdo_match_desc_resp_s::status
zb_uint8_t status
Definition: zboss_api_zdo.h:1698
ZB_NETWORK_MANAGER
#define ZB_NETWORK_MANAGER
Definition: zboss_api_af.h:104
zb_zdo_system_server_discovery_resp_s
Response parameters for System_Server_Discovery_rsp.
Definition: zboss_api_zdo.h:1745
zb_zdo_power_desc_resp_s::power_desc
zb_af_node_power_desc_t power_desc
Definition: zboss_api_zdo.h:1507
zb_zdo_simple_desc_resp_hdr_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1447
zb_zdo_node_desc_req
zb_uint8_t zb_zdo_node_desc_req(zb_uint8_t param, zb_callback_t cb)
Node_desc_req primitive.
zb_zdo_match_desc_req
zb_uint8_t zb_zdo_match_desc_req(zb_uint8_t param, zb_callback_t cb)
Match_desc_req primitive.
zb_zdo_match_desc_param_s::num_in_clusters
zb_uint8_t num_in_clusters
Definition: zboss_api_zdo.h:1642
ZB_SCHEDULE_APP_CALLBACK
#define ZB_SCHEDULE_APP_CALLBACK(func, param)
Definition: zboss_api_core.h:303
ZB_BUF_GET_PARAM
#define ZB_BUF_GET_PARAM(buf, type)
Definition: zboss_api_buf.h:456
zb_zdo_node_desc_resp_s::node_desc
zb_af_node_desc_t node_desc
Definition: zboss_api_zdo.h:1438
zb_zdo_simple_desc_req_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1566
zb_zdo_power_desc_resp_s::hdr
zb_zdo_desc_resp_hdr_t hdr
Definition: zboss_api_zdo.h:1506
zb_zdo_ep_resp_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1605
zb_zdo_match_desc_resp_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1699
zb_zdo_ep_resp_s::status
zb_uint8_t status
Definition: zboss_api_zdo.h:1604
ZB_ZDP_STATUS_SUCCESS
#define ZB_ZDP_STATUS_SUCCESS
Definition: zboss_api_zdo.h:41
zb_zdo_system_server_discovery_resp_s::server_mask
zb_uint16_t server_mask
Definition: zboss_api_zdo.h:1749
zb_af_node_desc_s::max_incoming_transfer_size
zb_uint16_t max_incoming_transfer_size
Definition: zboss_api_af.h:47
zb_zdo_simple_desc_resp_s::hdr
zb_zdo_simple_desc_resp_hdr_t hdr
Definition: zboss_api_zdo.h:1461
zb_buf_begin
#define zb_buf_begin(buf)
Definition: zboss_api_buf.h:344
zb_zdo_desc_resp_hdr_s::status
zb_uint8_t status
Definition: zboss_api_zdo.h:1429
zb_zdo_active_ep_req_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1595
zb_zdo_power_desc_req_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1536
zb_zdo_power_desc_req_s
Parameters of Power_desc_req primitive.
Definition: zboss_api_zdo.h:1534
zb_zdo_power_desc_req
zb_uint8_t zb_zdo_power_desc_req(zb_uint8_t param, zb_callback_t cb)
Power_desc_req primitive.
ZB_ZCL_CLUSTER_ID_LEVEL_CONTROL
#define ZB_ZCL_CLUSTER_ID_LEVEL_CONTROL
Definition: zb_zcl_common.h:213
zb_af_node_desc_s::mac_capability_flags
zb_uint8_t mac_capability_flags
Definition: zboss_api_af.h:44
zb_zdo_power_desc_resp_s
Parameters of Power_desc_resp primitive.
Definition: zboss_api_zdo.h:1504
zb_zdo_simple_desc_req_s::endpoint
zb_uint8_t endpoint
Definition: zboss_api_zdo.h:1568
ZB_SCHEDULE_APP_ALARM_CANCEL
#define ZB_SCHEDULE_APP_ALARM_CANCEL(func, param)
Definition: zboss_api_core.h:402
zb_zdo_node_desc_resp_s::hdr
zb_zdo_desc_resp_hdr_t hdr
Definition: zboss_api_zdo.h:1437
zb_zdo_ep_resp_s::ep_count
zb_uint8_t ep_count
Definition: zboss_api_zdo.h:1606
zb_zdo_match_desc_resp_s
Match_Desc_rsp response structure.
Definition: zboss_api_zdo.h:1695
zb_zdo_system_server_discovery_req
zb_uint8_t zb_zdo_system_server_discovery_req(zb_uint8_t param, zb_callback_t cb)
Performs System_Server_Discovery_req.
zb_zdo_desc_resp_hdr_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1430
zb_af_node_desc_s::node_desc_flags
zb_uint16_t node_desc_flags
Definition: zboss_api_af.h:43
zb_zdo_ep_resp_s
Active EP response.
Definition: zboss_api_zdo.h:1601
zb_zdo_node_desc_req_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1420
zb_zdo_active_ep_req_s
Parameters of Active_desc_req primitive.
Definition: zboss_api_zdo.h:1593
zb_zdo_match_desc_param_s::nwk_addr
zb_uint16_t nwk_addr
Definition: zboss_api_zdo.h:1636
zb_uint16_t
unsigned short zb_uint16_t
Project-local 2-byte unsigned int type.
Definition: zb_types.h:153
ZB_ALARM_ANY_PARAM
#define ZB_ALARM_ANY_PARAM
Definition: zboss_api_core.h:365
zb_zdo_match_desc_param_s::cluster_list
zb_uint16_t cluster_list[1]
Definition: zboss_api_zdo.h:1648
zb_af_node_desc_s::max_buf_size
zb_uint8_t max_buf_size
Definition: zboss_api_af.h:46
zb_zdo_node_desc_resp_s
Parameters of Node_desc_resp primitive.
Definition: zboss_api_zdo.h:1435
zb_zdo_match_desc_resp_s::match_len
zb_uint8_t match_len
Definition: zboss_api_zdo.h:1700
zb_buf_free
#define zb_buf_free(buf)
Free packet buffer and put it into free list.
Definition: zboss_api_buf.h:334
zb_zdo_node_desc_req_s
Parameters of Node_desc_req primitive.
Definition: zboss_api_zdo.h:1418
zb_af_node_power_desc_s::power_desc_flags
zb_uint16_t power_desc_flags
Definition: zboss_api_af.h:195
zb_zdo_ep_resp_t
struct zb_zdo_ep_resp_s zb_zdo_ep_resp_t
Active EP response.
zb_zdo_system_server_discovery_resp_s::status
zb_uint8_t status
Definition: zboss_api_zdo.h:1748
zb_bufid_t
zb_uint8_t zb_bufid_t
Definition: zboss_api_buf.h:172
zb_zdo_simple_desc_resp_hdr_s::status
zb_uint8_t status
Definition: zboss_api_zdo.h:1446