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: Allow to locally update connection min/max CE length #1487

Merged
merged 1 commit into from May 8, 2023

Conversation

sjanc
Copy link
Contributor

@sjanc sjanc commented Apr 20, 2023

Updating Min/Max CE Length can be done without triggering LL procedure. We can do that if current connection parameters fits parameters parameters provided in HCI command. Note that this is also valid for Connections Strict Scheduling.

@sjanc sjanc force-pushed the max_ce_len_no_update branch 2 times, most recently from e08a13f to a48558e Compare April 21, 2023 11:16
@@ -81,6 +81,9 @@ int ble_ll_hci_check_dle(uint16_t max_octets, uint16_t max_time);

void ble_ll_hci_supp_cmd_get(uint8_t *buf);

/* Used to set post HCI command hook */
void ble_ll_hci_set_post_cmd_cb(ble_ll_hci_post_cmd_complete_cb cb, void *user_data);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ble_ll_hci_post_cmd_cb_set

Updating Min/Max CE Length can be done without triggering LL procedure.
We can do that if current connection parameters fits parameters
parameters provided in HCI command. Note that this is also valid
for Connections Strict Scheduling.
@sjanc sjanc merged commit 631380a into apache:master May 8, 2023
8 checks passed
@sjanc sjanc deleted the max_ce_len_no_update branch May 8, 2023 15:58
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.

None yet

2 participants