Other Parts Discussed in Thread: BLE-STACK
Hi,
Thanks for your support.
In my project, the cc2640r2f is act as peripheral role. And the issue is that some phones cannot connect to the cc2640r2f successful. I think maybe it is taken by the improper connection parameters. I want to know, does TI have any suggested connection parameters that can cover more phones. or does TI have any manual to help customer to select the best connection parameters. connection parameters I have mention is as bellow shows
// Minimum connection interval (units of 1.25ms, 80=100ms) for parameter update request
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 8
// Maximum connection interval (units of 1.25ms, 104=130ms) for parameter update request
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 800
// Slave latency to use for parameter update request
#define DEFAULT_DESIRED_SLAVE_LATENCY 0
// Supervision timeout value (units of 10ms, 300=3s) for parameter update request
#define DEFAULT_DESIRED_CONN_TIMEOUT 1000
// Pass parameter updates to the app for it to decide.
#define DEFAULT_PARAM_UPDATE_REQ_DECISION GAP_UPDATE_REQ_ACCEPT_ALL//GAP_UPDATE_REQ_PASS_TO_APP