commit | e195ae2d09f5236db9dcb8630990c2d07e41983a | [log] [tgz] |
---|---|---|
author | Jonathan Rico <jonathan.rico@nordicsemi.no> | Tue Jul 11 07:05:11 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 04 15:06:05 2023 +0200 |
tree | eb840bcd64ad75e627d4b96b63de27330d0c5489 | |
parent | 828be80986405c13d46d8fdfeaea8c87081861a4 [diff] |
Bluetooth: att: re-use REQ buf for RSP This to ensure we don't fail to send a response and never get an ATT TIMEOUT due to ACL TX buffer starvation caused by other users of the stack. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>