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

nimble/ll: Split LL initialization #1648

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

sjanc
Copy link
Contributor

@sjanc sjanc commented Nov 8, 2023

This splits LL intiialization into two phases, one that initialize all LL internals and second that is called when LL side of transport is initialized. This makes sure that all internals are fully initialized before host sends any commands or LL sends any events (since HS side of transport is initialized before LL side) regardless of how much time pass between those HS and LL transport initialization.

This splits LL intiialization into two phases, one that initialize all
LL internals and second that is called when LL side of transport is
initialized. This makes sure that all internals are fully initialized
before host sends any commands or LL sends any events (since HS side of
transport is initialized before LL side) regardless of how much time
pass between those HS and LL transport initialization.
@sjanc sjanc merged commit d84b41e into apache:master Nov 13, 2023
@sjanc sjanc deleted the ll_init_split branch November 13, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants