-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
samples: Bluetooth: update scanning_while_connecting sample #19976
base: main
Are you sure you want to change the base?
samples: Bluetooth: update scanning_while_connecting sample #19976
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 145a6ffb8850ac8d06295b2929fd7708c4f990ef more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
.event_length_us = 2000, | ||
}; | ||
|
||
sdc_hci_cmd_vs_event_length_set(&event_length_params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we should use
sdc_hci_cmd_vs_event_length_set(&event_length_params); | |
hci_vs_sdc_event_length_set(&event_length_params); |
instead so that the code is portable to multicore devices
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Update bluetooth softdevice controller configuration to achieve faster connection establishment. Signed-off-by: Henrik Lander <henrik.lander@nordicsemi.no>
4783bfb
to
145a6ff
Compare
Update bluetooth softdevice controller configuration to achieve faster connection establishment.