Skip to content

Commit 7374eec

Browse files
eriksandgrennordicjm
authored andcommitted
samples: bluetooth: Disable auto phy updates in ras_reflector
Let the peer (initiating) device be the one who does the phy updates, if any. The background for this change is that the automatic phy updates of the ras_reflector was causing some interop issues with some android devices. Signed-off-by: Erik Sandgren <erik.sandgren@nordicsemi.no>
1 parent 10bd95d commit 7374eec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • samples/bluetooth/channel_sounding/ras_reflector

samples/bluetooth/channel_sounding/ras_reflector/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ CONFIG_BT_CTLR_CHANNEL_SOUNDING_TEST=n
3939
# This allows CS and ACL to use different PHYs
4040
CONFIG_BT_TRANSMIT_POWER_CONTROL=y
4141

42+
# Let the initiating device control the PHY updates
43+
CONFIG_BT_AUTO_PHY_UPDATE=n
44+
4245
CONFIG_BT_CHANNEL_SOUNDING=y
4346
CONFIG_BT_RAS=y
4447
CONFIG_BT_RAS_RRSP=y

0 commit comments

Comments
 (0)