Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2, 6.3
-
None
-
-
2
-
e91c7bc383 (qt/qtconnectivity/dev) e91c7bc383 (qt/tqtc-qtconnectivity/dev)
-
Team One Foundation Sprint 51
Description
When a BT LE server gets "connected", meaning that a central device has connected to it, it should keep on advertising as there can be other central devices interested in it.
Qt has 3 server backends and the behavior is currently mixed in this regard:
- Bluez continues advertising after "connected"
- Android continues advertising after "connected"
- macOS/iOS stops advertising after "connected"
In effect this item will make the darwin server's behave similarly as Bluez and Android as well as update the document inconsistency in this regard.