BLE Mesh: Why It Is Not "Many BLE Devices Connected to Each Other"
The easiest way to misunderstand BLE Mesh is to say: if many BLE devices are connected to each other, then it is a Mesh. That mistake is common because people already know BLE advertising, scanning, connections, and GATT service discovery, so it is tempting to think of Mesh as “just a BLE network with more connections.”
The real issue is that BLE Mesh is not about adding more Central/Peripheral connections, nor is it about making one node maintain many GATT sessions. It is more like a new networking style built on top of BLE air interfaces, where the system is redesigned around multi-node forwarding, address distribution, publish/subscribe behavior, and low-power reception.