nRF Connect SDK API 2.8.99
|
zb_uint8_t zb_shell_ep_handler | ( | zb_bufid_t | bufid | ) |
#include <include/zigbee/zigbee_shell.h>
Function for intercepting every frame coming to the endpoint, so the frame may be processed before it is processed by the Zigbee stack.
bufid | Reference to the ZBOSS buffer. |
ZB_TRUE | Frame has already been processed and Zigbee stack can skip processing this frame. |
ZB_FALSE | Zigbee stack must process this frame. |