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.

cc2640的peripheral工程做iBeacon功能,不可连接包模式发包间隔设置限制问题



现象:使用可连接包时,发包 间隔可以任意。不可连接包模式时,人为只能修改为300ms以上,太小就会被强制设置为2s(实际测试验证了)

不可连接包设置,仅在初始化阶段修改了以下部分:

uint8_t initialAdvertEnable = FALSE;
uint8_t advertEnabled = TRUE;

请教一下TI工程师,这边是SDK做了限制?