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

Bluetooth: Host: SDP: Fix endianness issue of tid #69494

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Bluetooth: Host: SDP: Fix endianness issue of tid #69494

merged 1 commit into from
Feb 29, 2024

Conversation

lylezhu2012
Copy link
Contributor

The transfer byte order of SDP is big-endian.

The transaction ID(tid) should be big-endian before sending.

And tid needs to be converted to CPU byte order after receiving.

The transfer byte order of SDP is big-endian.

The transaction ID(tid) should be big-endian before
sending.

And tid needs to be converted to CPU byte order
after receiving.

Signed-off-by: Lyle Zhu <[email protected]>
@Thalley Thalley removed their request for review February 27, 2024 08:10
@fabiobaltieri fabiobaltieri merged commit b7b5cf4 into zephyrproject-rtos:main Feb 29, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Classic Bluetooth Classic (BR/EDR) area: Bluetooth Host Bluetooth Host (excluding BR/EDR) area: Bluetooth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants