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)?

Parents
  • Could you describe about your application ? Did you base on our light switch example ? Do you have a provisioner ? The encryption and decryption in Mesh are handled in upper transport layer and network layer. If you want to observe packet arrive at application layer, you should have a look at mesh_msg_handle() in access.c

Reply
  • Could you describe about your application ? Did you base on our light switch example ? Do you have a provisioner ? The encryption and decryption in Mesh are handled in upper transport layer and network layer. If you want to observe packet arrive at application layer, you should have a look at mesh_msg_handle() in access.c

Children
No Data
Related