Skip to content

Bluetooth: Add configuration to control the dynamic connection callbacks #93703

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Yagoor
Copy link
Contributor

@Yagoor Yagoor commented Jul 25, 2025

  • In most use cases the connection callbacks do not change during the lifetime of the application meaning that they can be registered at compile time instead of runtime. This has a smaller code footprint
  • Remove references in the stack to bt_conn_cb_{register,unregister}

* In most use cases the connection callbacks do not change during the
lifetime of the application meaning that they can be registered at
compile time instead of runtime. This has a smaller code footprint
* Remove references in the stack to bt_conn_cb_{register,unregister}

Signed-off-by: Yago Fontoura do Rosario <[email protected]>
@Yagoor Yagoor force-pushed the contrib/no_bt_conn_dynamic_callbacks branch from 60ef902 to 5caacfb Compare July 25, 2025 08:51
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

4 participants