Receiving "Proxy PDU type doesn't match GATT service" when trying to provision Node from own App

Hello,

I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.

Identifying works fine but when the library tries to send the public keys to the node, I receive "<wrn> bt_mesh_pb_gatt_srv: Proxy PDU type doesn't match GATT service" from the debug output of the node. It (nrf52840dk) is running the zephyr mesh light example and provisioning using the nRF Mesh App works fine.

I've attached a basic Android App to demonstrate the issue.

To run the App Bluetooth and Location must be turned on.

Thank you in advance.

MeshTest.apkMeshTest.zip

Related