From aee3eb8500c89bec836905c2e9534973cdd9cf58 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 7 Dec 2017 17:11:44 +0100 Subject: [PATCH] esp32: add link to issues posted by BK --- port/esp32/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/port/esp32/README.md b/port/esp32/README.md index 74680ab83..a04dd369f 100644 --- a/port/esp32/README.md +++ b/port/esp32/README.md @@ -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