Skip to content

Commit

Permalink
[nrf noup] Disabled BLE 2M PHY due to interoperability issues
Browse files Browse the repository at this point in the history
There were some interoperability issues discovered due to
BLE PHY dynamic changes from 1M to 2M. The 2M was disabled
to ensure the interoperability with some of the BT controllers.

Signed-off-by: Kamil Kasperczyk <[email protected]>
  • Loading branch information
kkasperczyk-no committed Oct 13, 2023
1 parent 802f525 commit 90100b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ config BT_GATT_CACHING
bool
default n

# Disable 2M PHY due to interoperability issues.
config BT_CTLR_PHY_2M
default n

# Enable NFC support

config CHIP_NFC_COMMISSIONING
Expand Down
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.hci_rpmsg.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ config BT_CTLR_ASSERT_HANDLER
config BT_HCI_RAW_RESERVE
default 1

# Disable 2M PHY due to interoperability issues.
config BT_CTLR_PHY_2M
default n

# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
# Host number of completed commands does not follow normal flow control.
config BT_BUF_CMD_TX_COUNT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ config BT_CTLR_ASSERT_HANDLER
config BT_HCI_RAW_RESERVE
default 1

# Disable 2M PHY due to interoperability issues.
config BT_CTLR_PHY_2M
default n

# Workaround: Unable to allocate command buffer when using K_NO_WAIT since
# Host number of completed commands does not follow normal flow control.
config BT_BUF_CMD_TX_COUNT
Expand Down

0 comments on commit 90100b7

Please sign in to comment.