Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ble-mesh] mesh node reset (IDFGH-14699) #15439

Open
3 tasks done
chegewara opened this issue Feb 21, 2025 · 0 comments
Open
3 tasks done

[ble-mesh] mesh node reset (IDFGH-14699) #15439

chegewara opened this issue Feb 21, 2025 · 0 comments
Labels
Status: Opened Issue is new

Comments

@chegewara
Copy link
Contributor

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Hi team,
when provisioner reset ble mesh node then not all data from persistent store are deleted. At least those data are kept:

  • bound App key for all models
  • publication address for all models
I (1660) BLE_MESH(lib): Bluetooth Mesh v1.1 commit: [meshlib:6e23738ff0]
I (1668) BLE_MESH: Friend not supported
I (1732) BLE_MESH: Restored mesh device role: Node
I (1735) BLE_MESH: Restored Model Bound AppKey, index 0000
W (1736) BLE_MESH(lib): Managed flooding policy
I (1737) BLE_MESH: Restored Model Publication, address 0xc000, app_idx 0x000
I (1744) BLE_MESH: Restored Model Bound AppKey, index 0000
I (1749) BLE_MESH: Restored Model Bound AppKey, index 0000
I (1755) BLE_MESH: Restored Model Bound AppKey, index 0000
W (1760) BLE_MESH(lib): Managed flooding policy
I (1764) BLE_MESH: Restored Model Publication, address 0xffff, app_idx 0x000

After re-provisioning those data are restored in new mesh network, but this is most likely undesirable.

Thanks

@espressif-bot espressif-bot added the Status: Opened Issue is new label Feb 21, 2025
@github-actions github-actions bot changed the title [ble-mesh] mesh node reset [ble-mesh] mesh node reset (IDFGH-14699) Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

2 participants