summaryrefslogtreecommitdiff
path: root/samples/bluetooth
diff options
context:
space:
mode:
authorCarles Cufi <carles.cufi@nordicsemi.no>2016-11-16 16:24:27 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2016-12-03 17:09:38 +0000
commit3b1baa88ef3b4dfe9b02bdc04220140917d6bab1 (patch)
tree8cf05095439801443de247f7059853c304b57f5b /samples/bluetooth
parent5f1c6ee2c8057ed704ba4d4e81c8315f48a9f9b9 (diff)
Bluetooth: Controller: Implement ECC commands
Implement the 2 HCI commands that provide ECC public key and shared secret generation: - LE Read Local P-256 Public Key - LE Generate DHKey Jira: ZEP-1246 Change-Id: I79388bfdb9f2e28b9377b4bb6ee2caca25f33f3e Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
Diffstat (limited to 'samples/bluetooth')
-rw-r--r--samples/bluetooth/hci_uart/nrf5.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bluetooth/hci_uart/nrf5.conf b/samples/bluetooth/hci_uart/nrf5.conf
index c3b362d2b..704523332 100644
--- a/samples/bluetooth/hci_uart/nrf5.conf
+++ b/samples/bluetooth/hci_uart/nrf5.conf
@@ -10,3 +10,4 @@ CONFIG_BLUETOOTH_MAX_CONN=16
CONFIG_UART_NRF5_BAUD_RATE=1000000
CONFIG_UART_NRF5_FLOW_CONTROL=y
CONFIG_BLUETOOTH_CONTROLLER_ASSERT_HANDLER=y
+CONFIG_BLUETOOTH_TINYCRYPT_ECC=y