Forums - Recommended Connection Parameters

1 post / 0 new
Recommended Connection Parameters
tomer.petel
Join Date: 15 Jul 16
Posts: 4
Posted: Sat, 2016-09-17 06:11

Hi,:

My CSR1010 is functioning as a peripheral with the current connection parameters (taken from GATT server):

/* Minimum and maximum connection interval in number of frames */

#define PREFERRED_MAX_CON_INTERVAL 0x0190 /* 500 ms */

#define PREFERRED_MIN_CON_INTERVAL 0x0190 /* 500 ms */

 

/* Slave latency in number of connection intervals */

#define PREFERRED_SLAVE_LATENCY 0x0004 /* 4 conn_intervals */

 

/* Supervision timeout (ms) = PREFERRED_SUPERVISION_TIMEOUT * 10 ms */

#define PREFERRED_SUPERVISION_TIMEOUT 0x03E8 /* 10 seconds */

 

I don't have any power limitations on the CSR1010 device so no need to take power saving into cosidarations.

I want to set the parameters which will give me the best coverage from different Android smartphones AND iPhones.

 

Regards,

Tomer

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.