mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 11:22:39 +00:00
Test which depends on the nrf52_bsim board. It is based on the central_hr sample application. The testcase is considered passed, if during the first 5 seconds after boot, it manages to find and connect to a peripheral and a notification is received from it. Otherwise, the testcase fails. Note that the executable return code will reflect the status of the test: 0: Testcase passed 1: Testcase was stopped while in progress 2: Testcase failed anything else: A failure not from the testcase itself Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SIGNING=y
|
|
CONFIG_BT_ATT_PREPARE_COUNT=2
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|
|
CONFIG_BT_DEVICE_NAME="bsim_test"
|
|
CONFIG_BT_L2CAP_TX_BUF_COUNT=6
|