(中文)
我在串口透传 NUS 的例程基础上开发,做了以下修改:
1. 最大传输包长 NRF_SDH_BLE_GATT_MAX_MTU_SIZE 设置成了 247

如上图所示,当蓝牙从机发送数据包时,蓝牙主机接收到的部分字节总会变成 0.
而且变成 0 的字节位置总是固定的。
请问应该如何消除这个问题。
(English)
My development based on BLE NUS examples.
I changed NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247 for larage package.
but some data changed to 0 when BLE master received.
and it's always the same position in a package, other data is the same with the sender.
How to solve this problem?