• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Connection parameter update results to connection disruption?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Connection parameter update results to connection disruption?


  • Subject: Connection parameter update results to connection disruption?
  • From: Zhang chn <email@hidden>
  • Date: Thu, 15 Nov 2012 16:16:17 +0800

Hi there,


Actually, a question from my colleague:


After a connection between an iOS device and our BLE device was established, an update for connection parameter was sent to iOS device in hope to save more battery power. The update was successful. And then some requests sent by the iOS was not responded by the BLE device from time to time, and the connection would be cut off when timed out thereafter.


Is this a known bug for iOS 6? Is there any work-around?


The parameters used in the BLE device are listed as below:

-----------

#define DEFAULT_DESIRED_MIN_CONN_INTERVAL     200 // 1.25ms

#define DEFAULT_DESIRED_MAX_CONN_INTERVAL     800

#define DEFAULT_DESIRED_SLAVE_LATENCY         0

#define DEFAULT_DESIRED_CONN_TIMEOUT          600 // 10ms


#define GAPROLE_NO_ACTION                    0 // Take no action upon unsuccessful parameter updates

#define GAPROLE_RESEND_PARAM_UPDATE          1 // Continue to resend request until successful update

#define GAPROLE_TERMINATE_LINK               2 // Terminate link upon unsuccessful parameter updates


GAPRole_SendUpdateParam( DEFAULT_DESIRED_MIN_CONN_INTERVAL,DEFAULT_DESIRED_MAX_CONN_INTERVAL,DEFAULT_DESIRED_SLAVE_LATENCY, DEFAULT_DESIRED_CONN_TIMEOUT, GAPROLE_RESEND_PARAM_UPDATE);

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • RE: Connection parameter update results to connection disruption?
      • From: Michael Mallinson <email@hidden>
  • Prev by Date: [no subject]
  • Next by Date: Re:
  • Previous by thread: Re:
  • Next by thread: RE: Connection parameter update results to connection disruption?
  • Index(es):
    • Date
    • Thread