From 8e722ef545d6b27392af631206f7084d2ec33868 Mon Sep 17 00:00:00 2001 From: Vinayak Chettimada Date: Tue, 23 Aug 2016 20:50:37 +0200 Subject: Bluetooth: tests: Add BLE controller init tests Jira: ZEP-702 Origin: Original Change-Id: I55fa102069db155e8fd461513abbe898f64d8977 Signed-off-by: Vinayak Chettimada Signed-off-by: Carles Cufi --- tests/bluetooth/init/prj_controller.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/bluetooth/init/prj_controller.conf (limited to 'tests/bluetooth/init/prj_controller.conf') diff --git a/tests/bluetooth/init/prj_controller.conf b/tests/bluetooth/init/prj_controller.conf new file mode 100644 index 000000000..008c28785 --- /dev/null +++ b/tests/bluetooth/init/prj_controller.conf @@ -0,0 +1,13 @@ +CONFIG_BLUETOOTH=y +CONFIG_BLUETOOTH_CONTROLLER=y +CONFIG_BLUETOOTH_LE=y +CONFIG_BLUETOOTH_PERIPHERAL=y +CONFIG_BLUETOOTH_CENTRAL=y +CONFIG_BLUETOOTH_SMP=y +CONFIG_BLUETOOTH_SIGNING=y +CONFIG_BLUETOOTH_SMP_SC_ONLY=y +CONFIG_BLUETOOTH_TINYCRYPT_ECC=y +CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y +CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y +CONFIG_BLUETOOTH_GATT_CLIENT=y +CONFIG_BLUETOOTH_BREDR=n -- cgit v1.2.3