Page 1 of 1

Error BT: reassemble_and_dispatch got continuation for unknown packet. Dropping it.

Posted: Tue Oct 24, 2017 6:51 pm
by atlascoder
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:

Code: Select all

BT: reassemble_and_dispatch got continuation for unknown packet. Dropping it.
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!

Re: Error BT: reassemble_and_dispatch got continuation for unknown packet. Dropping it.

Posted: Tue Oct 24, 2017 11:28 pm
by WiFive
Recent version of phy has fix for 26mhz crystal, you may want to try

Re: Error BT: reassemble_and_dispatch got continuation for unknown packet. Dropping it.

Posted: Thu Oct 26, 2017 12:48 am
by atlascoder
WiFive wrote:Recent version of phy has fix for 26mhz crystal, you may want to try
WiFive, Thanks for suggestion, do you mean to try with master branch?