ESPHome 2026.4.0-dev
Loading...
Searching...
No Matches
zigbee_zephyr.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::zigbee
 

Functions

void zboss_signal_handler (zb_uint8_t param)
 
zb_ret_t __real_zb_zcl_put_reporting_info_from_req (zb_zcl_configure_reporting_req_t *config_rep_req, zb_zcl_attr_addr_info_t *attr_addr_info)
 
zb_ret_t __wrap_zb_zcl_put_reporting_info_from_req (zb_zcl_configure_reporting_req_t *config_rep_req, zb_zcl_attr_addr_info_t *attr_addr_info)
 

Variables

ZigbeeComponentesphome::zigbee::global_zigbee = nullptr
 
const uint8_t esphome::zigbee::IEEE_ADDR_BUF_SIZE = 17
 

Function Documentation

◆ __real_zb_zcl_put_reporting_info_from_req()

zb_ret_t __real_zb_zcl_put_reporting_info_from_req ( zb_zcl_configure_reporting_req_t * config_rep_req,
zb_zcl_attr_addr_info_t * attr_addr_info )
extern

◆ __wrap_zb_zcl_put_reporting_info_from_req()

zb_ret_t __wrap_zb_zcl_put_reporting_info_from_req ( zb_zcl_configure_reporting_req_t * config_rep_req,
zb_zcl_attr_addr_info_t * attr_addr_info )

Definition at line 310 of file zigbee_zephyr.cpp.

◆ zboss_signal_handler()

void zboss_signal_handler ( zb_uint8_t param)

Definition at line 304 of file zigbee_zephyr.cpp.