esp32: add link to issues posted by BK

This commit is contained in:
Matthias Ringwald 2017-12-07 17:11:44 +01:00
parent a99118cda0
commit aee3eb8500

View File

@ -45,10 +45,9 @@ The sdkconfig of the example template disables the original Bluedroid stack by d
## Limitations
### Bug in Host Controller to Host Flow Control implementation
The Link Layer in the ESP32 does not reset the supervision timeout while the Host does not accept new packets (due to slow processing etc..), which will eventually triggger a disconnect based on Connection Timeout (reason 8). See https://github.com/espressif/esp-idf/issues/644#issuecomment-325251315
### Issues with the Bluetooth Controller Implementation
For most applications, this won't be an issue, but please keep it in mind if you're LE data processing is very slow.
There are different issues in the Bluetooth Controller of the ESP32 that is provided in binary. We've submitted appropriate issues on the GitHub Issues page here: https://github.com/espressif/esp-idf/issues/created_by/mringwal
### Multi-Threading