While visiting the Nordic Tech Tour we were discussing the pros and cons of BLE Mesh with a Nordic employee. He recommended that we also looked at a different solution, a proprietary(?) BLE star protocol. Since we did not have much time to discuss it further I thought I'd look it up later.
After searching the DevZone, GitHub and SDK documentation and examples, I can not find much information about this, so I wonder if I'm looking for the wrong thing or if I misunderstood something.
Essentially I'm looking for an alternative to Mesh since we won't use more than roughly 10 devices (nRF52840), and they will be placed such that there will be at most one "middle/repeater" node in between two communicating nodes. This mythical star protocol was rumored to use less power and work out-of-the box with BLE long range.
Am I searching for the wrong thing? Is there even such a protocol, or is this something that I'm expected to implement "manually"?