Forums - Mobile App took long time to connect mesh device

1 post / 0 new
Mobile App took long time to connect mesh device
charles
Join Date: 27 Dec 16
Posts: 7
Posted: Mon, 2018-10-29 02:29

Hello, 

I have big problem, in connecting mobile app to mesh device joined to network.

I have developed light system with CSR1010 chip and CSRMesh1.3 stack, and I used android/iOS app(CSR provided) to try connecting to mesh device, but much long time to connect, sometime 2 minutes, sometime fail. Currently we hold event to promote our device with advantage with mesh functionality.

somebody(Qualcomm Distributor) gave me below value tunning and find opt. value. But I didn't find any solution for this problem.

/....................................................................................................................

#define PREFERRED_MAX_CON_INTERVAL          120 /* 120 ms */

#define PREFERRED_MIN_CON_INTERVAL          90 /*  90 ms */

/* Slave latency in number of connection intervals */
#define PREFERRED_SLAVE_LATENCY             4 /* 0 conn_intervals */                                                                              
/* Supervision time-out (ms) = PREFERRED_SUPERVISION_TIMEOUT * 10 ms */
#define PREFERRED_SUPERVISION_TIMEOUT       0x0258
/....................................................................................................................
 
  • 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.