Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User KonstaLensu's Avatar
    Join Date
    Jan 2009
    Posts
    3
    Hi,

    I'm programming an application that checks if certain devices are within range. I'm trying to do that as quickly as possible, and Bluetooth's default timeout takes too long. From what I know, the timeout time is set by the Bluetooth Link Supervisor. Is there a way my application could alter the timeout time value?


    Thanks in advance.

  2. #2
    Registered User dannemannen's Avatar
    Join Date
    Mar 2009
    Posts
    14
    I have a similar problem. Do anyone know how to change link supervision timeout?

  3. #3
    Registered User KonstaLensu's Avatar
    Join Date
    Jan 2009
    Posts
    3
    Oh, this one. I believe the answer is
    TUint16 iTimePar;
    TPckgBuf<TUint16> iBuf;
    TPckgBuf<TUint16>* iBufPtr;
    iTimePar=200; //Desired time
    iBuf.operator=(iTimePar);
    iBufPtr=&iBuf;
    iSocket.Ioctl(KHCIWritePageTimeoutIoctl,iStatus,iBufPtr,KSolBtHCI);
    SetActive();
    But this just ends up returning -5, KErrNotSupported. So our problem is that.

Similar Threads

  1. link error... plz help
    By nabaparna in forum Symbian C++
    Replies: 2
    Last Post: 2007-04-21, 10:13
  2. Parsing file content
    By hendrawan.ashari in forum Symbian C++
    Replies: 7
    Last Post: 2007-03-09, 10:41
  3. Changing slides in PowerPoint using Nokia 6600 Bluetooth
    By Iv.An in forum Bluetooth Technology
    Replies: 2
    Last Post: 2004-11-23, 11:26
  4. changing color of link
    By arunoday in forum Browsing and Mark-ups
    Replies: 1
    Last Post: 2002-08-20, 12:56
  5. changing color of link
    By arunoday in forum Browsing and Mark-ups
    Replies: 1
    Last Post: 1970-01-01, 02:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved