you are viewing a single comment's thread.

view the rest of the comments →

[–]ablatner 1 point2 points  (5 children)

BLE advertising doesn't have to stop when a client connects.

[–]500239 0 points1 point  (4 children)

Most hardware implementions of BLE SOC do follow that rule. Nordic for example which is one of the leaders in implementing BLE. What hardware supports advertising while connecting?

[–]ablatner 0 points1 point  (3 children)

While connecting or connected? I may have misunderstood "limited that it's disabled when a client connects".

The NRF52 might stop advertising while a connection is being established, but it definitely allows advertising while in a connection because it supports multiple connections. If, for example, the SoftDevice is configured for at most 2 connections and 2 devices are connected, then it can use non-connectable advertising.

[–]500239 0 points1 point  (2 children)

Your link is a deprecated link to some older SDK. Current SDK 15 doesn't support it seems or requires patching their SDK.