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

drivers: serial: bt: Fix Max payload to be transmitted with minimum MTU #70668

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

ubieda
Copy link
Collaborator

@ubieda ubieda commented Mar 25, 2024

As correctly pointed during the initial PR Review (#69881) by @alwa-nordic: when the MTU-size is 23 the effective payload that can be transferred is MTU-3 = 20. Thus, this change to be consistent.

As correctly pointed during the initial PR Review, when the MTU-size is
23 the effective payload that can be transferred is MTU-3 = 20. Thus,
this change to be consistent.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
@ubieda ubieda marked this pull request as ready for review March 25, 2024 14:02
@zephyrbot zephyrbot added Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: UART Universal Asynchronous Receiver-Transmitter labels Mar 25, 2024
@zephyrbot zephyrbot requested a review from dcpleung March 25, 2024 14:02
@dleach02 dleach02 merged commit 3c56af6 into zephyrproject-rtos:main Mar 25, 2024
27 checks passed
@ubieda ubieda deleted the fix/uart_bt/max-payload branch March 25, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: UART Universal Asynchronous Receiver-Transmitter Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants