Hi Sir or Madam,
I tested examples\zigbee\light_control demo recently and I want to test install code function based on this example, the first step is I add install code in coordinator, then I power up coordinator and bulb(without install code function), and I found the bulb still can join the coordinator, does this means the install code function still can't work? If I want to use install code to join the netwrok that coordinator created what else I need to do? Thanks for your help!
if (zb_secur_ic_add(dut_ieee_addr1, ZB_IC_TYPE_128, install_code) != RET_OK){
}
zb_set_installcode_policy(ZB_TRUE);