This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can we find out the Node Identity advertisement interval parameters during the Mesh SDK V2.2 and Mesh SDK V3.0 ?

Hi all, 

As we see the release note of the Mesh SDK V3.0, one of the descriptions as below:

Example changes

Lowered the default Node Identity advertisement interval.

  • Lowering the interval allows the provisioner to re-connect to the device more quickly after the provisioning is complete. This in turn makes the provisioning and configuration process faster when using the nRF Mesh mobile app.

How can we find out the Node Identity advertisement interval parameters during the Mesh SDK V2.2 and Mesh SDK V3.0 ?

Parents
  • Hi,

    In Mesh SDK v2.2.0, the advertising interval was set on line 723 of mesh\gatt\src\proxy.c, given by the parameter MESH_GATT_PROXY_ADV_INT_MS defined in mesh\core\api\nrf_mesh_config_core.h.

    In Mesh SDK v3.0.0, the advertising interval was set on line 738 of mesh\gatt\src\proxy.c, given by the parameter MESH_GATT_PROXY_NODE_IDENTITY_ADV_INT_MS defined in mesh\core\api\nrf_mesh_config_core.h.

    Best regards,
    Jørgen

Reply
  • Hi,

    In Mesh SDK v2.2.0, the advertising interval was set on line 723 of mesh\gatt\src\proxy.c, given by the parameter MESH_GATT_PROXY_ADV_INT_MS defined in mesh\core\api\nrf_mesh_config_core.h.

    In Mesh SDK v3.0.0, the advertising interval was set on line 738 of mesh\gatt\src\proxy.c, given by the parameter MESH_GATT_PROXY_NODE_IDENTITY_ADV_INT_MS defined in mesh\core\api\nrf_mesh_config_core.h.

    Best regards,
    Jørgen

Children
Related