微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI蓝牙设计交流 > CC2541断开连接问题

CC2541断开连接问题

时间:10-02 整理:3721RD 点击:

我用IPAD的app连接CC2541,连接后杀死app,再立刻打开app连接CC2541,如此反复。测试发现大部分时间能立刻连上,可是有时候要好几秒才能连上,请问是什么原因呢。CC2541的连接参数设置如下:

// Minimum connection interval (units of 1.25ms, 80=100ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL     20//80   连接间隔与数据发送量有关, 连接间隔越短, 单位时间内就能发送越多的数据

// Maximum connection interval (units of 1.25ms, 800=1000ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL     80//800   连接间隔与数据发送量有关, 连接间隔越短, 单位时间内就能发送越多的数据

// Slave latency to use if automatic parameter update request is enabled
#define DEFAULT_DESIRED_SLAVE_LATENCY         0

// Supervision timeout value (units of 10ms, 1000=10s) if automatic parameter update request is enabled
//#define DEFAULT_DESIRED_CONN_TIMEOUT          100//1000  -各种原因断开连接后,超时并重新广播的时间:  100 = 1s
#define DEFAULT_DESIRED_CONN_TIMEOUT          50

// Whether to enable automatic parameter update request when a connection is formed
#define DEFAULT_ENABLE_UPDATE_REQUEST         TRUE

// Connection Pause Peripheral time value (in seconds)
#define DEFAULT_CONN_PAUSE_PERIPHERAL         3

// Company Identifier: Texas Instruments Inc. (13)
#define TI_COMPANY_ID                         0x000D

#define INVALID_CONNHANDLE                    0xFFFF

#if defined ( PLUS_BROADCASTER )
  #define ADV_IN_CONN_WAIT                    500 // delay 500 ms
#endif

也许是ipad的问题,换一个安卓手机试试

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top