From 70271435dd8ce16daff89e4599c3c5d8e470a066 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 29 Apr 2020 09:42:23 -0700 Subject: [PATCH] Bluetooth: shell: Enable BT_EATT This enables BT_EATT for shell samples so it can be build test by CI and gives user the ability of test it using shell commands. Signed-off-by: Luiz Augusto von Dentz --- tests/bluetooth/shell/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bluetooth/shell/prj.conf b/tests/bluetooth/shell/prj.conf index bfcc356205ac57..306a1b3964b06d 100644 --- a/tests/bluetooth/shell/prj.conf +++ b/tests/bluetooth/shell/prj.conf @@ -20,6 +20,7 @@ CONFIG_BT_DEVICE_NAME="test shell" CONFIG_BT_DEVICE_NAME_DYNAMIC=y CONFIG_BT_L2CAP_TX_BUF_COUNT=4 CONFIG_BT_ID_MAX=2 +CONFIG_BT_EATT=y CONFIG_BT_GATT_DYNAMIC_DB=y CONFIG_BT_GATT_HRS=y CONFIG_BT_WHITELIST=y