This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于CC2540从机与手机软件连接容易断开



// Minimum connection interval (units of 1.25ms, 80=100ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 20

// Maximum connection interval (units of 1.25ms, 800=1000ms) if automatic parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 400

尝试从20 80 100 200 400 800 这几个最大间隔设置 20最容易断开,800也有断开的时候。

我自己的任务事件 60MS 启动一次  里面最长任务占用时间是45MS,请问如何保证稳定连接呢,请问 这个断开连接都和哪几个参数设置有关系呢。