Skip to content

Commit

Permalink
fix(BLE): PHY features and Window Widening constant (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie authored Aug 23, 2024
1 parent 7645ef9 commit c42d977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/Cordio/controller/sources/ble/init/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ void LlInitLlInit(void)
#if defined(INIT_EXTENDED)
LlExtScanMasterInit();
LlExtInitMasterInit();
LlPhyMasterInit();
#endif
LlPhyMasterInit();

#if (BT_VER >= LL_VER_BT_CORE_SPEC_5_2)
LlCisMasterInit();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CFG_DEV += DTM_RX_SCHEDULING=1
# Set to 0 to improve RX performance, set to 16 to comply with the specification
# and reduce chances of synchronization loss. Accuracy of the 32 kHz crystal is critical
# to performance when using standby mode.
CFG_DEV += LL_WW_RX_DEVIATION_USEC=0
CFG_DEV += LL_WW_RX_DEVIATION_USEC=16

# Third party software config
ifneq ($(RISCV_CORE),)
Expand Down

0 comments on commit c42d977

Please sign in to comment.