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

◆ zigbee_led_status_update()

void zigbee_led_status_update ( zb_bufid_t  bufid,
uint32_t  led_idx 
)

#include <include/zigbee/zigbee_app_utils.h>

Function for indicating the Zigbee network connection status on LED.

If the device is successfully commissioned, the LED is turned on. If the device is not commissioned or has left the network, the LED is turned off.

Note
This function does not free the Zigbee buffer.
Parameters
[in]bufidReference to the Zigbee stack buffer used to pass signal.
[in]led_idxLED index, as defined in the board-specific BSP header. The index starts from 0.