Bluetooth HCI program Error

Login to reply to this topic.
Sun, 2005-08-07 13:16
Joined: 2005-07-27
Forum posts: 8
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

Mon, 2005-08-08 00:18
Joined: 2004-12-23
Forum posts: 15
Re: Bluetooth HCI program Error
-5 - not supported.
In 8.0 HCI is accessed throw RProperty class.
Mon, 2005-08-08 05:37
Joined: 2005-07-27
Forum posts: 8
Re: Bluetooth HCI program Error
Hi,MO:
        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 !
Sat, 2005-08-13 11:30
Joined: 2005-04-27
Forum posts: 77
Re: Bluetooth HCI program Error
  • Login to reply to this topic.