bluetooth: samples: Remove auto phy update from connected CS samples
Unless the PHY is managed by LE power control, the CS procedure phy needs to match the ACL phy. Disabling the auto phy updates keeps the ACL on 1M. The alternative would be to read the current phy by enabling BT_USER_PHY_UPDATE but this still doesn't work if the phy is changed after being read. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
This commit is contained in:
parent
15aabd3605
commit
e2435d0061
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ CONFIG_BT=y
|
|||
CONFIG_BT_SMP=y
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
|
||||
CONFIG_BT_AUTO_PHY_UPDATE=n
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_BT_GATT_DYNAMIC_DB=y
|
||||
CONFIG_BT_ATT_PREPARE_COUNT=3
|
||||
|
|
|
@ -2,6 +2,7 @@ CONFIG_BT=y
|
|||
CONFIG_BT_SMP=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n
|
||||
CONFIG_BT_AUTO_PHY_UPDATE=n
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_BT_CHANNEL_SOUNDING=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue