|
|
User login
Feeds |
Bluetooth HCI program Error
|
|||||
| Sun, 2005-08-07 13:16 | |
|
Hi:
I write a bluetooth hci program, use bluetooth Bluetooth L2CAP socket.following is my socket open operation: iSocketServer.Connect(); TProtocolDesc protocolInfo; iSocketServer.FindProtocol(_L("BTLinkManager"), protocolInfo); iSock.Open(iSocketServer, KBTAddrFamily, KSockSeqPacket, KL2CAP); I use operation on Symbian 8.0 platfrom, but iSock.Open return a -5 error code. Anyone can help me? Thanks in advance |
|
Forum posts: 15
In 8.0 HCI is accessed throw RProperty class.
Forum posts: 8
Thank you for reply.Can you give me some bluetooth hci program examples or resource links on 8.0 platform?
I find it's difficult to find the related resources of hci on 8.0. Thank you !
Forum posts: 77