Skip to content

Commit

Permalink
Add Bluetooth config addressing recent host compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Jan 10, 2024
1 parent 22d4db9 commit 8883773
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/boards/arm/glove80/glove80_lh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,19 @@ CONFIG_BT_DIS_PNP_VID=0x16c0
CONFIG_BT_DIS_MANUF="MoErgo"
CONFIG_BT_DIS_MODEL="Glove80"

### Bluetooth configuration workarounds

# Use higher radio transmit power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Use non-legacy LLCP (required for compatibility with recent Linux kernel)
CONFIG_BT_LL_SW_LLCP=y
CONFIG_BT_LL_SW_LLCP_LEGACY=n

# Disable 2M PHY (required for compatibility with recent Intel chipset drivers
# on Windows)
CONFIG_BT_CTLR_PHY_2M=n

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

Expand Down
11 changes: 11 additions & 0 deletions app/boards/arm/glove80/glove80_rh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,19 @@ CONFIG_BT_DIS_PNP_VID=0x16c0
CONFIG_BT_DIS_MANUF="MoErgo"
CONFIG_BT_DIS_MODEL="Glove80 Right"

### Bluetooth configuration workarounds

# Use higher radio transmit power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Use non-legacy LLCP (required for compatibility with recent Linux kernel)
CONFIG_BT_LL_SW_LLCP=y
CONFIG_BT_LL_SW_LLCP_LEGACY=n

# Disable 2M PHY (required for compatibility with recent Intel chipset drivers
# on Windows)
CONFIG_BT_CTLR_PHY_2M=n

# Enable MPU
CONFIG_ARM_MPU=y

Expand Down

0 comments on commit 8883773

Please sign in to comment.