Questions about Bluetooth services
Unsolved
Mobile and Embedded
-
Hi! I'm reading though the documentation, but I still have some questions about the bluetooth services:
-
if a service has multiples UUIDs I need to connect them one-by-one with the same QBluetoothSocket?
-
if I want to connect to multiple services I need to connect them with the same QBluetoothSocket?
-
my application discovers, pairs and (will) connect to the devices. I want the computer acts as an audio sink for bluetooth A2DP. When I manully connect the phone to the computer (so the opposite) it asks for UUID 0x110d, but the discovered services on the phone contain only 0x110a for audio.
Is it possible to make the connection I want?
-