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.

cc2541 oad PC端BLE Device Monitor升级问题



#define DEFAULT_MIN_CONN_INTERVAL      0x0010// 0x0006 // 100 milliseconds  7.5ms
#define DEFAULT_MAX_CONN_INTERVAL     0x0010// 0x0C80 // 4 seconds         4S

我在PC端用BLE Device Monitor升级,时间太长40分钟大概,1s 48-52字节。有的人说可以通过修改连接参数即时间间隔可以提高速度,我改成20ms对应0x0010,似乎速度也没有提高多快,具体PC端升级连接参数应该怎么修改。