Message ID | 20230809202724.15429-1-bart.philips@inspiro.nl (mailing list archive) |
---|---|
Headers | show |
Series | fix writes to attributes of size 512 | expand |
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Wed, 9 Aug 2023 22:27:22 +0200 you wrote: > writing attributes of length 512 fails, although the Bluetooth spec (Vol 4, Part F, 3.2.9) states that attributes sizes up to 512 are allowed. The check_length calls in write_cb and prep_write_cb in gatt-server.c currently pass the length parameter that include the handle/offset length and therefore fail for attributes of length 512. This patch subtracts the handle/offset length before passing it to the check_length function, allowing writes to attributes up to 512 in size. > > Bart Philips (1): > fix writing attributes of length 512 > > src/shared/gatt-server.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [BlueZ,1/1] fix writing attributes of length 512 https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8bf3a4a265bb You are awesome, thank you!