Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: bluetooth: tester: Fix ATT max attr size assert #59067

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

carlescufi
Copy link
Member

ATT attributes can be up to 512 bytes long, so the comparisong needed fixing.

See spec v5.4, Vol 3, Part F, 3.2.9.

Fixes #57930.

ATT attributes can be up to 512 bytes long, so the comparisong needed
fixing.

See spec v5.4, Vol 3, Part F, 3.2.9.

Fixes zephyrproject-rtos#57930.

Signed-off-by: Carles Cufi <[email protected]>
@nashif nashif merged commit bcd0e8c into zephyrproject-rtos:main Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assert when executing GATT/SR/GAW/BV-14-C test
7 participants