> -----Original Message-----
> From: development-bounces+alexander.blasche=digia....@qt-project.org
> [mailto:development-bounces+alexander.blasche=digia....@qt-project.org]
> On Behalf Of Ahmet Dogan


> I have written forum and mail lists but I haven't got any answer about
> my problem if you answer me I will be more than happy.
> 
> I just want to connect headset or handsfree service which are provided
> by a mobile phone.To do this I am doing this steps:
> 
> 1)open/check local bluetooth with QBluetoothLocalDevice
> 2)scan devices with QBluetoothDeviceDiscoveryAgent
> 3)choose devices and scan services with QBluetoothServiceDiscoveryAgent
> 4)create a rfcomm protocol with QBluetoothSocket than connect service on
> the phone

I am not the media expert with regards to Bluetooth but it is my understanding 
that you need a SCO socket to connect media devices. AFAIK an rfcomm socket is 
required but for the audio sream you need a SCO socket. Unfortunately SCO is 
not supported by QBluetoothSocket.

In general there is no Headset support in Qt Bluetooth.

--
Alex


_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to