nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ zb_shell_ep_handler()

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.

Parameters
bufidReference to the ZBOSS buffer.
Return values
ZB_TRUEFrame has already been processed and Zigbee stack can skip processing this frame.
ZB_FALSEZigbee stack must process this frame.