Bsim won't be limited anymore to BT tests. In preparation for adding more tests in network areas swap the tests/bluetooth/bsim with tests/bsim/bluetooth There is no other changes in this commit beyond that. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
311 B
Text
15 lines
311 B
Text
CONFIG_BT=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_DEVICE_NAME="EATT test"
|
|
CONFIG_BT_EATT=y
|
|
CONFIG_BT_L2CAP_ECRED=y
|
|
CONFIG_BT_EATT_MAX=5
|
|
CONFIG_BT_MAX_CONN=1
|
|
CONFIG_BT_EATT_AUTO_CONNECT=n
|
|
|
|
CONFIG_BT_TESTING=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_ASSERT=y
|