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: Classic: L2CAP: Fix building warnings #87535

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

lylezhu2012
Copy link
Contributor

Use UINT_TO_POINTER to convert a number to pointer. Use POINTER_TO_UINT to get a number from a pointer.

Fixes #87527.

Use `UINT_TO_POINTER` to convert a number to pointer.
Use `POINTER_TO_UINT` to get a number from a pointer.

Fixes zephyrproject-rtos#87527.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
@JarmouniA JarmouniA added bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. labels Mar 24, 2025
@kartben kartben merged commit b78b855 into zephyrproject-rtos:main Mar 24, 2025
33 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 bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests/bluetooth/shell is broken on native_sim/native/64
5 participants