Hello,
I'm working with NCS on a nRF5240 based BLE device.
On the BLE side I want to do something like this:
- Connectable advertising
- Phy: 1M
- Interval: 200-500ms
- Concurrent connections ~ 2
- Scanning
- Phy: CODED
- Filters service UUID
- Concurrent connections ~ 20
The device advertises service A and scans for devices with service B. Advertising and scanning should only stop if the maximum number of connections are reached.
I'm not sure what's the best way to use NCS for this application. I couldn't find a suitable multi-role example project so I decided to use the nRF Desktop application sample as starting point. The problem is none of the configurations use both advertising and scanning.
Is there any NCS multi-role example?
Thanks in advance.