Android-nRF-Mesh-Library
Android-nRF-Mesh-Library copied to clipboard
The Bluetooth Mesh Provisioner and Configurator library.
--- **Describe the bug** I want to mesh a device, but it's not successed, I read the log and I think this is happend after provisioning complete and before sending...
--- **Describe the bug** Upon updating provisioner, the sequence number of provisioner is set to lower than current. This causes further mesh communication failure while interacting with provisioned node. **To...
**Describe the bug** The app stores mesh messages in a queue. A background worker takes a message from the queue and sends it into the mesh - one message every...
**Is your feature request related to a problem? Please describe.** Since any node can be provisioned into the network with netKey and an appKey, an attacker who gets hold of...
--- **Describe the bug** Approximately once every 20 to 40 sent `VendorModelMessageAcked` messages, it happens that the reply gets lost. If it happens the following messages are logged: ``` 2022-05-09...
Mesh DFU
Hi,Do you have a plan to upgrade the mesh network ? Like the [Android-DFU-Library](https://github.com/NordicSemiconductor/Android-DFU-Library)
--- **Describe the bug** In NCS, when defining a custom opcode, for example `BT_MESH_MODEL_OP_3(0x01, 0x22ee)`, the result is a three byte opcode with value `0xc122ee`. When the library's `onMeshMessageReceived()` gets...
--- **Describe the bug** As title states, when sending **segmented** acknowledged messages to **non-proxy** devices, it is too often failing to construct back the Status. **To Reproduce** Steps to reproduce...
I saw in iOS App had been new function can able to connect by Proxy, I thought should do that in android App. You can think more. thanks
It would be great if the nRF Mesh android application would support the NFC feature while using OOB authentication during provisioning. The output OOB random number can be read as...