Can the compile time parameters required to put Matter device into sleep mode be changed in run time?

CONFIG_CHIP_SED_IDLE_INTERVAL to a value in milliseconds that determines how often the device wakes up to poll for data in the idle state (for example, 1000).

CONFIG_CHIP_SED_ACTIVE_INTERVAL to a value in milliseconds that determines how often the device wakes up to poll for data in the active state (for example, 200).

CONFIG_CHIP_SED_ACTIVE_THRESHOLD to a value in milliseconds that determines how long the device stays in the active mode after network activity.

        With reference to the link below

         https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.0/nrf/protocols/matter/getting_started/transmission_power.html#ug-matter-gs-transmission-power

        The above mentioned parameters are Kconfig options which can be edited in "prj.conf" file at compile time.

        Is it possible to change the Idle_interval , Active_interval , Active_threshold in run time? How can these be changed in run time? 

       Software used : Nrf connect sdk v2.4.0 and visual studio code.

       Hardware used : Nrf5340 DK and a custom nrf5340 board.

Parents Reply Children
No Data
Related