GATT_Notification()使用问题
时间:12-22
整理:3721RD
点击:
各位大侠好,
在开发CC2540的过程中遇到了以下问题,希望各位大侠不吝赐教:
首先我会利用CC2540的串口接收2K左右的数据,然后在performPeriodicTask()中周期性的调用GATT_Notification()发出去,
每次只发3个包,接收端利用BTool查看发送的情况,发现发送到150 Byte后,就不再发送了。
GAPROLE_MIN_CONN_INTERVAL和GAPROLE_MAX_CONN_INTERVAL均设为20ms,performPeriodicTask()的周期也是20ms。
希望各位大侠不吝赐教,谢谢帮忙。
Could you try to send one packet per connection interval ? Btools + CC2540 dongle will have limitation on the transfer rate.
Please also check the wiki below:
http://processors.wiki.ti.com/index.php/CC2540_Data_Throughput
Which can tested with two SmartRF05+CC254xEM.