Bluetooth: Host: bt_att: already processing a REQ/RSP on chan xxx #64649
Labels
area: Bluetooth Host
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
We are currently evaluating Zephyr BLE on an internal platform and we just rebased on 3.5.0 tag from 3.4.0.
Since then, we are facing a regression on BLE, related to the recent rework of the buffer reuse for the att rsp.
Here is a log when running the peripheral_ht sample:
We've been able to identify the commit causing the regression on our side: 828be80
As a workaround, disabling the buffer re-use in
bt_att_chan_create_pdu
solves the problem.Is there anything we may have missed ? A new configuration or requirement to make it work properly ?
Thanks !
The text was updated successfully, but these errors were encountered: