Skip to content

nimble/ll: Split LL initialization#1648

Merged
sjanc merged 1 commit intoapache:masterfrom
sjanc:ll_init_split
Nov 13, 2023
Merged

nimble/ll: Split LL initialization#1648
sjanc merged 1 commit intoapache:masterfrom
sjanc:ll_init_split

Conversation

@sjanc
Copy link
Copy Markdown
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