Details
-
Type:
User Story
-
Status: Open
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Connectivity: Bluetooth
-
Labels:None
-
Platform/s:
Description
Improve interaction between QBluetoothServer and QBluetoothServiceInfo
- QBluetoothServiceInfo becomes a true value type
- Move SDP registration part of QBluetoothServiceInfo to QBluetoothServer
- isRegistered() -> isListening()
- (un)registerService() -> becomes part of listen()/close() in server class
- removes need for fakeServerPort workaround
- QBluetoothServiceInfoPrivate becomes QObjectPrivate
- add assignment/mutable operator to QBSI
Time estimate assumes ObjectiveC simplifications (QTBUG-75348) being done