Bluetooth: tester: Do not start LPN automatically
This disables CONFIG_BT_MESH_LPN_AUTO flag in Kconfig. LPN is enabled by calling BTP Low Power Node command if requested. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
a55279ac90
commit
9d6bb0995c
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ CONFIG_BT_MESH_RELAY=y
|
|||
CONFIG_BT_MESH_PB_ADV=y
|
||||
CONFIG_BT_MESH_PB_GATT=y
|
||||
CONFIG_BT_MESH_LOW_POWER=y
|
||||
CONFIG_BT_MESH_LPN_AUTO=n
|
||||
CONFIG_BT_MESH_GATT_PROXY=y
|
||||
CONFIG_BT_MESH_SUBNET_COUNT=2
|
||||
CONFIG_BT_MESH_APP_KEY_COUNT=4
|
||||
|
|
|
@ -25,6 +25,7 @@ CONFIG_BT_MESH_RELAY=y
|
|||
CONFIG_BT_MESH_PB_ADV=y
|
||||
CONFIG_BT_MESH_PB_GATT=y
|
||||
CONFIG_BT_MESH_LOW_POWER=y
|
||||
CONFIG_BT_MESH_LPN_AUTO=n
|
||||
CONFIG_BT_MESH_GATT_PROXY=y
|
||||
CONFIG_BT_MESH_SUBNET_COUNT=2
|
||||
CONFIG_BT_MESH_APP_KEY_COUNT=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue