This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to receive a decrypted mesh packet?

I develop a nrf_mesh application.

I can send a mesh packet by nrf_mesh_packet_send(). But I can not receive a mesh packet. (I can receive a advertise packet by nrf_mesh_rx_cb_set() and callback.)

How to receive a mesh packet(decrypted packet)?

Related