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 and EricB-ADI committed Jan 6, 2025
1 parent c2f550a commit e398df4
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 e398df4

Please sign in to comment.