Skip to content

Commit

Permalink
Reduce default BLE PHY data rate to 1M
Browse files Browse the repository at this point in the history
This improves compatibility with recent Linux kernels
  • Loading branch information
chrisandreae committed Dec 3, 2023
1 parent 6e3f699 commit c652138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/arm/glove80/glove80_lh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ CONFIG_BT_DIS_MODEL="Glove80"

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Workaround for recent Linux kernel compatibility issues
CONFIG_BT_CTLR_PHY_2M=n

# Work-around for Windows bug with battery notifications
CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=n

Expand Down
3 changes: 3 additions & 0 deletions app/boards/arm/glove80/glove80_rh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ CONFIG_BT_DIS_MODEL="Glove80 Right"

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Workaround for recent Linux kernel compatibility issues
CONFIG_BT_CTLR_PHY_2M=n

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down

0 comments on commit c652138

Please sign in to comment.