From c7982b65d20ebb7add207d4fe39e1338eb911124 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 10 May 2016 16:06:31 +0200 Subject: [PATCH] Bluetooth: Use tinycrypt for ecc in LE SC only sample This makes sure LE SC are always enabled regardles of controller used. Change-Id: I015213eb95f97793d1a1962a1cb392c652489568 Signed-off-by: Szymon Janc --- samples/bluetooth/peripheral_sc_only/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/bluetooth/peripheral_sc_only/prj.conf b/samples/bluetooth/peripheral_sc_only/prj.conf index 0196e92b5d..9bbe3f8f69 100644 --- a/samples/bluetooth/peripheral_sc_only/prj.conf +++ b/samples/bluetooth/peripheral_sc_only/prj.conf @@ -3,4 +3,5 @@ CONFIG_BLUETOOTH_LE=y CONFIG_BLUETOOTH_PERIPHERAL=y CONFIG_BLUETOOTH_SMP=y CONFIG_BLUETOOTH_SMP_SC_ONLY=y +CONFIG_BLUETOOTH_TINYCRYPT_ECC=y CONFIG_BLUETOOTH_MAX_PAIRED=2