Error BT: reassemble_and_dispatch got continuation for unknown packet. Dropping it.
Posted: Tue Oct 24, 2017 6:51 pm
Hi!
I am working on a BLE solution that transfers data from Web Bluetooth client to ESP32 using GATT protocol.
I have Linux Ubuntu 16.04 x64 with Bluez 5.45 installed on my host and use Chrome 61 for Web Bluetooth. It works perfect with my ESP-WROOM-32 device. It also works from Android smartphone.
In another environment we have the same Linux + Chrome, but SparkFun ESP32 Thing and we cannot get it working.
The error is:
We have tried on different Sparkfun boards - no luck
The issue is strange, because actually writing of short value with 2 bytes works well, but when a client tries to write tens of bytes into GATT Service Characteristic - the error occurs.
We use release/v2.1.
Thanks for any help!
I am working on a BLE solution that transfers data from Web Bluetooth client to ESP32 using GATT protocol.
I have Linux Ubuntu 16.04 x64 with Bluez 5.45 installed on my host and use Chrome 61 for Web Bluetooth. It works perfect with my ESP-WROOM-32 device. It also works from Android smartphone.
In another environment we have the same Linux + Chrome, but SparkFun ESP32 Thing and we cannot get it working.
The error is:
Code: Select all
BT: reassemble_and_dispatch got continuation for unknown packet. Dropping it.
The issue is strange, because actually writing of short value with 2 bytes works well, but when a client tries to write tens of bytes into GATT Service Characteristic - the error occurs.
We use release/v2.1.
Thanks for any help!