Logo
Developing with ZBOSS for Zigbee
zb_peripheral_zdd_t Struct Reference

This struct represents a remote Zigbee Direct Device to the ZVD API. More...

#include <zboss_api_direct.h>

Data Fields

zb_int16_t rssi
 
zb_uint16_t pan_id
 
zb_uint16_t nwk_addr
 
zb_uint8_t mac_addr [6]
 
zb_uint8_t ieee_addr [8]
 
char name [64]
 
zb_uint8_t rssi_valid
 
zb_uint8_t connected
 
zb_uint8_t ble_adv_version: 4
 
zb_uint8_t capability_flags: 4
 

Detailed Description

This struct represents a remote Zigbee Direct Device to the ZVD API.

ZVD API

Field Documentation

§ ble_adv_version

zb_uint8_t zb_peripheral_zdd_t::ble_adv_version

§ capability_flags

zb_uint8_t zb_peripheral_zdd_t::capability_flags

§ connected

zb_uint8_t zb_peripheral_zdd_t::connected

§ ieee_addr

zb_uint8_t zb_peripheral_zdd_t::ieee_addr[8]

§ mac_addr

zb_uint8_t zb_peripheral_zdd_t::mac_addr[6]

§ name

char zb_peripheral_zdd_t::name[64]

§ nwk_addr

zb_uint16_t zb_peripheral_zdd_t::nwk_addr

§ pan_id

zb_uint16_t zb_peripheral_zdd_t::pan_id

§ rssi

zb_int16_t zb_peripheral_zdd_t::rssi

§ rssi_valid

zb_uint8_t zb_peripheral_zdd_t::rssi_valid

The documentation for this struct was generated from the following file: