nRF Connect SDK API 2.8.99
|
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.
[in] | bufid | Reference to the Zigbee stack buffer used to pass signal. |
[in] | led_idx | LED index, as defined in the board-specific BSP header. The index starts from 0. |