Bluetooth headset
| Tue, 2005-02-15 13:43 | |
|
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. |
|






Forum posts: 44
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
Forum posts: 6
I have the same problem, do you solve it?
Forum posts: 1
Even i want to knw how to detect whether head phone(head set) is connect to user device or not ????