From looking at the code when a message is posted to "all-nodes" fixed group address of 0xFFFF it does not route. I was unable to find this behavior specified anywhere in any BLE Mesh Specs so I would like to understand why it works this way?
It seems that if I send to "all-nodes" it would route to all nodes. Perhaps the same as "all-routers". But the current code groups those together as a local match and does not route them within the Mesh.
If someone could point out where this is documented that would be helpful. This refers to the implementation in the NCS.
Thanks