tests/bluetooth/tester: Disable EATT autoconnect

Don't autoconnect EATT as this was confusing PTS and resulted in
multiple tests failures. When needed PTS will connect EATT bearer.

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
This commit is contained in:
Szymon Janc 2022-04-06 11:20:42 +02:00 committed by Carles Cufí
commit 218225b17a

View file

@ -23,6 +23,7 @@ CONFIG_BT_EATT=y
CONFIG_BT_L2CAP_ECRED=y CONFIG_BT_L2CAP_ECRED=y
CONFIG_BT_EATT_MAX=5 CONFIG_BT_EATT_MAX=5
CONFIG_BT_FILTER_ACCEPT_LIST=y CONFIG_BT_FILTER_ACCEPT_LIST=y
CONFIG_BT_EATT_AUTO_CONNECT=n
CONFIG_BT_MESH=y CONFIG_BT_MESH=y
CONFIG_BT_MESH_RELAY=y CONFIG_BT_MESH_RELAY=y