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.

OverlappedProcessing解决HCI buffer问题



您好!请问:BLE Device Monitor做主机端,读取sensortag端的数据,sensortag端用notify发送数据,且sensortag端加入了:

           HCI_EXT_HaltDuringRfCmd(HCI_EXT_HALT_DURING_RF_DISABLE);
           HCI_EXT_OverlappedProcessingCmd(HCI_EXT_ENABLE_OVERLAPPED_PROCESSING);

但为什么发送数据包最大只能到16个,如果发送17或更多包的话,多于16的包会被丢弃?为什么???