commit | 2bbda0fbe4b08a8599de0ce8168de187e0f8e165 | [log] [tgz] |
---|---|---|
author | Jonathan Rico <jonathan.rico@nordicsemi.no> | Mon Jul 24 11:24:25 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 04 15:06:05 2023 +0200 |
tree | 2e9a43f8ae4b9c5d9cfb5f1d1e7e9c88518cc6f5 | |
parent | e195ae2d09f5236db9dcb8630990c2d07e41983a [diff] |
Bluetooth: att: allocate RSP buffer from same channel as REQ Using a different channel for responding to a request is forbidden by spec. The allocator was especially flawed as it iterated over all the EATT channels to find one w/ a big enough MTU, but the sending was still done over the same channel as the REQ. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>