-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
applications: nrf_desktop: Fix dvfs module consuming event #21140
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d93e78642a3abeadff1bce8c892fd57704416d0b more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
@@ -300,7 +300,7 @@ static bool handle_ble_peer_conn_params_event(const struct ble_peer_conn_params_ | |||
process_dvfs_states(DVFS_STATE_LLPM_CONNECTED, | |||
event->interval_min & REG_CONN_INTERVAL_LLPM_MASK); | |||
|
|||
return true; |
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.
Consider adding a known issue
You can find the documentation preview for this PR here. |
FIX nrf_desktop dvfs module consuming ble_peer_conn_params event when it should not. JIRA: NCSDK-31478 Signed-off-by: Jan Zyczkowski <jan.zyczkowski@nordicsemi.no>
3751fa5
to
d93e786
Compare
FIX nrf_desktop dvfs module consuming
ble_peer_conn_params event when it should not.
JIRA: NCSDK-31478