Bluetooth headset

Login to reply to this topic.
Tue, 2005-02-15 13:43
Joined: 2005-02-15
Forum posts: 1
Hi,
I want to connect Nokia 6630 & Bluetooth Nokia HDW-2 headset programmatically.

Part of code is as below
-----------------------------
iState = EGettingConnection;
iNameEntry().iAddr.SetPort(1);
   
User::LeaveIfError(iSock.Open(iSocketServer,KBTAddrFamily,KSockStream,KRFCOMM));
iSock.Connect(iNameEntry().iAddr,iStatus);
SetActive();
-----------------------------

Using this code I am able to paired phone and headset.
But, I am not able to hear anything from headset.
Like I should receive rining tone on headset.

Well, when headset & phone are connected using GUI provided by phone.It will display headphone like icon in main screen.

How could I receive(makecall) using headset?
If any clarification is required. Pls. let me know.
Thanks & Regards,
-Jignesh.

Wed, 2005-09-14 05:07
Joined: 2005-08-01
Forum posts: 44
Re: Bluetooth headset
Hi...I'm dealing with the same problem too, and also confused how to make the phone recognize the headset as HEADSET.

I think it's because the protocol descriptor? because I read in bluetooth discovery example, they said the protocol descriptor must be set to gain access in the remote device, but I don't know how to do it too.

Maybe...you have found the solution? if you have, please tell me what should I change from the program. I think our programs are alike coz I modified it from btpointtopointexample

I'll let you know too if I have found the solution

thank you

regards,

irma
Thu, 2005-10-13 08:07
Joined: 2005-09-23
Forum posts: 6
Re: Bluetooth headset
Hi,

I have the same problem, do you solve it?
Fri, 2007-06-29 17:12
Joined: 2007-06-29
Forum posts: 1
Re: Bluetooth headset

Even i want to knw how to detect whether head phone(head set) is connect to user device or not ????

  • Login to reply to this topic.