我用主机做client给从机通过GATT_WriteCharValue透传一些数据,发现2s才发送一次,一次20字节,该怎么解决?
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.
我用主机做client给从机通过GATT_WriteCharValue透传一些数据,发现2s才发送一次,一次20字节,该怎么解决?
// Minimum connection interval (units of 1.25ms) if automatic parameter update
// request is enabled
#define DEFAULT_UPDATE_MIN_CONN_INTERVAL 400
// Maximum connection interval (units of 1.25ms) if automatic parameter update
// request is enabled
#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 800
这些参数的详解及使用请参考TI_BLE_Software_Developer's_Guide 3.3.1节,文档路径:C:\Texas Instruments\BLE-CC254x-1.4.0\Documents