Part Number: CC2652P
Other Parts Discussed in Thread: SYSCONFIG
hello~
I'm using Zr_ Light demo routine.
1、After using this API:
req.timeoutTime = 0xffffffff;
Zstackapi_bdbTouchLinkTargetEnableCommissioningReq(appServiceTaskId, &req);
touchlink can be used normally, and the network can be recovered after restart.
2、If after scanning the network:
zstack_bdbStartCommissioningReq.commissioning_mode = BDB_COMMISSIONING_MODE_NWK_STEERING | BDB_COMMISSIONING_MODE_FINDING_BINDING;
Zstackapi_bdbStartCommissioningReq(appServiceTaskId, &zstack_bdbStartCommissioningReq);
And a callback (zclSampleLight_ProcessCommissioningStatus)prompt failed. Then enable touchlink, TL can be used normally, but the network will not be restored after restart.
Need help, thank you~