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 Reply Children
  • Hi Charlie,

    The need for this is to stop steering after a predefined time. E.g. a user will have 5 minutes for establishing a connection after power up. After this time it should not be possible to connect it to a network without manually retriggering steering via button. The user could also want to stop steering manually to prevent connections by other people/networks.

    A factory reset is not what I want because all other configuration should be left unchanged. Only steering mode should be stopped as simple as it was started.

    Best regards,

    Alex

Related