How to stop steering as a ZR

Hello,

Using a ZR device with nRF Connect 1.5.1.

I am wondering how to stop steering mode in a ZR device (e.g. if user requests an "abort").

It is started with bdb_start_top_level_commissioning(ZB_BDB_NETWORK_STEERING) but how to stop it? There is a defined ZB_BDB_COMMISSIONING_STOP parameter but documentation says "Used internally".

Thanks in advance & best regards,

Alex

Parents
  • Hi Alexander,

    Thanks for the explanation, It seems bdb_start_top_level_commissioning(ZB_BDB_COMMISSIONING_STOP) can do this job, but I did not found the usage reference for it by far. You can find the source codes from ncs180/nrfxlib/zboss/src/commissioning/bdb/zdo_commissioning_bdb.c.

    Just add it to one button even and verify if it works as your expectation. 

    Best regards,
    Charlie
Reply
  • Hi Alexander,

    Thanks for the explanation, It seems bdb_start_top_level_commissioning(ZB_BDB_COMMISSIONING_STOP) can do this job, but I did not found the usage reference for it by far. You can find the source codes from ncs180/nrfxlib/zboss/src/commissioning/bdb/zdo_commissioning_bdb.c.

    Just add it to one button even and verify if it works as your expectation. 

    Best regards,
    Charlie
Children
No Data
Related