Bluetooth BLE Android write to peripheral with max throughput

后端 未结 1 1510
长情又很酷
长情又很酷 2021-02-04 14:58

Our company develops a hardware unit that has Bluetooth BLE and we have a service app in a Nexus 7 (2013) that we want to send firmware files to the unit with. The files can be

1条回答
  •  情歌与酒
    2021-02-04 15:42

    Some months ago I worked to a project using the CC2540, unfortunately the project was about another application field.

    Anyway I remember that you can set your connection parameters like the Connection_Interval or the Slave_Latency in order to improve your throughput, even if the power consumption will be greater than before. Probably you have already tried to do that but I think this is the only way to obtain a good result.

    0 讨论(0)
提交回复
热议问题