-
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
Llpm sample connect directly to 1ms #11750
Llpm sample connect directly to 1ms #11750
Conversation
64fb340
to
e4e1471
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
8ee9124
to
83ce680
Compare
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
83ce680
to
774d8ff
Compare
774d8ff
to
6db60f8
Compare
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.
Please update the sample doc and fix typos in the commit message
6db60f8
to
b7dbc1a
Compare
b7dbc1a
to
0408985
Compare
6ab4bc4
to
7635776
Compare
7635776
to
d31c4f0
Compare
Instad of connecting to 7.5ms and then changing to 1ms. Speeds up encryption setup and service discovery by alot. Signed-off-by: Martin Tverdal <martin.tverdal@nordicsemi.no>
d31c4f0
to
535aecf
Compare
There's no more manifest changes in the PR, removed DNM. |
samples: bluetooth: Connect directly to 1ms in llpm sample
This improves speed of setting up encryption and doing service discovery by alot.
doing the minimum now in this PR, we can probably also get rid of the vs hci command (SDC_HCI_OPCODE_CMD_VS_CONN_UPDATE) and use the zephyr funciton to change connection interval now. but that will be in a later PR