Skip to content

Commit

Permalink
fix(BLE): Setting dtmRxSyncMs to 10. (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie authored Nov 14, 2024
1 parent bde1c22 commit f6f5edd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void palCfgLoadLlParams(uint8_t *pConfig)
pCfg->cisSubEvtSpaceDelay = 0;
pCfg->maxBig = 0;
pCfg->maxBis = 0;
pCfg->dtmRxSyncMs = 1; /* effect PER */
pCfg->dtmRxSyncMs = 10; /* effect PER */
#endif
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void palCfgLoadLlParams(uint8_t *pConfig)
pCfg->cisSubEvtSpaceDelay = 0;
pCfg->maxBig = 0;
pCfg->maxBis = 0;
pCfg->dtmRxSyncMs = 1; /* effect PER */
pCfg->dtmRxSyncMs = 10; /* effect PER */
#endif
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void palCfgLoadLlParams(uint8_t *pConfig)
pCfg->cisSubEvtSpaceDelay = 0;
pCfg->maxBig = 0;
pCfg->maxBis = 0;
pCfg->dtmRxSyncMs = 1; /* effect PER */
pCfg->dtmRxSyncMs = 10; /* effect PER */
#endif
}

Expand Down

0 comments on commit f6f5edd

Please sign in to comment.