Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 6.2, 6.3
-
Fix Version/s: 6.4.0 Beta1
-
Component/s: Connectivity: Bluetooth
-
Labels:None
-
Platform/s:
-
Story Points:2
-
Commits:e91c7bc383 (qt/qtconnectivity/dev) e91c7bc383 (qt/tqtc-qtconnectivity/dev)
-
Sprint: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.