How to receive mesh message at nRF Mesh app (Android)?

Hi Nordic team

1. Define one vendor client model and one vendor server model at mesh nodes.

2. Provision all mesh nodes. Then, Create a mesh group 0xC000.

3. Configure all mesh nodes. Publish address of client model was 0xC000. Subscribe address of server model was 0xC000, too.

4. It can work to publish mesh message (several user bytes) to group 0xC000 at "Groups" panel of nRF Mesh app. Then, nodes can receive the message via server model.

My question is how to subscribe mesh message from 0xC000 at "Groups" panel of nRF Mesh app if a mesh node publish message via client model?

At nrf Mesh app source code, any API we can use to receive mesh message in group?

Thanks.

Jeffery

Related