我们的一个项目需要1。5KB左右的稳定数据传输到手机。现在看到TI提供了一个最大化ble输出的例子:
https://github.com/ti-simplelink/ble_examples/blob/master/docs/throughput_example.md
在下载了ble-stack 2.20,合并了代码后,基于sensortag参考板,没有看到noti包被成功的发出去。
问题1:
GATT_Notification返回值是0x1B,同时不能找到对应的错误值的说明。请教该错误代码是什么意思?
问题2:
例子是使用Ti的central app来对接测试的,说明中有一句话不是很明白:
Both sides of the connections support the Data Length Extension feature of the spec.
想问是不是该例子提到功能不能被android的手机支持。
问题3:
TI有适合Android使用的throughput 测试用例吗?
谢谢!