You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a Flutter project that requires comprehensive support for Bluetooth Low Energy (BLE) Mesh networking using the nordic_nrf_mesh: ^0.13.0 package. Specifically, I need the following functionalities:
Scanning and Node Connection:
Ability to scan for nearby BLE Mesh devices.
Establish connections with available nodes.
Provisioning:
Support for provisioning nodes into the BLE Mesh network.
OOB (Out-of-Band) string authentication for secure provisioning.
Vendor Model Creation:
Ability to create custom vendor models.
Support for sending and receiving messages through these vendor models.
Unprovisioning Nodes:
Functionality to remove nodes from the BLE Mesh network (unprovisioning).
Integration with Native Android Code:
Seamless integration with native Android code for handling Bluetooth Mesh provisioning.
These features are critical for my project, and I would appreciate it if they could be supported or if guidance could be provided on implementing them.
Thank you for your consideration!
The text was updated successfully, but these errors were encountered:
I am working on a Flutter project that requires comprehensive support for Bluetooth Low Energy (BLE) Mesh networking using the nordic_nrf_mesh: ^0.13.0 package. Specifically, I need the following functionalities:
Scanning and Node Connection:
Ability to scan for nearby BLE Mesh devices.
Establish connections with available nodes.
Provisioning:
Support for provisioning nodes into the BLE Mesh network.
OOB (Out-of-Band) string authentication for secure provisioning.
Vendor Model Creation:
Ability to create custom vendor models.
Support for sending and receiving messages through these vendor models.
Unprovisioning Nodes:
Functionality to remove nodes from the BLE Mesh network (unprovisioning).
Integration with Native Android Code:
Seamless integration with native Android code for handling Bluetooth Mesh provisioning.
These features are critical for my project, and I would appreciate it if they could be supported or if guidance could be provided on implementing them.
Thank you for your consideration!
The text was updated successfully, but these errors were encountered: