adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
598 stars 488 forks source link

Set the wait timeout for missing indication acknowledgment #825

Open AndreasLamparter opened 1 month ago

AndreasLamparter commented 1 month ago

The wait timeout for indication acknowledgment is infinite.

With this, you can set a defined wait timeout on each connection for missing acknowledgment packages.

This resolves #772, which caused freezing on BLE indication when going out of range during transmission.