zephyr/net/bluetooth
Szymon Janc 176ea6af6b Bluetooth: SMP: Generate DHKey on remote public key reception
When remote Public Key is received issue HCI command to calculate
DH Key.

Change-Id: I46ce03d6a8aafebaad2656ccf66cbb636ceb748a
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-05 20:24:49 -05:00
..
att.c Bluetooth: ATT: Fix not releasing buffer before calling the callback 2016-02-05 20:24:45 -05:00
att.h Bluetooth: Make Kconfig buffer sizes follow MTU sizes 2016-02-05 20:24:45 -05:00
conn_internal.h Bluetooth: Create protocol-specific outgoing ACL buffer pools 2016-02-05 20:24:45 -05:00
conn.c Bluetooth: Fix leaving empty header space in ACL fragments 2016-02-05 20:24:45 -05:00
gatt_internal.h
gatt.c Bluetooth: gatt: Fix missing return and assignment to invalid type 2016-02-05 20:24:47 -05:00
hci_core.c Bluetooth: SMP: Calculate LTK and MacKey for LE SC 2016-02-05 20:24:49 -05:00
hci_core.h Bluetooth: Read LE Local P-256 Public Key on init 2016-02-05 20:24:49 -05:00
Kconfig Bluetooth: Kconfig: Be consistent with terminology 2016-02-05 20:24:49 -05:00
keys.c
keys.h Bluetooth: Add support for LE Secure Connections LTK 2016-02-05 20:24:49 -05:00
l2cap_internal.h Bluetooth: Move BT_L2CAP_BUF_SIZE to a more appropriate place 2016-02-05 20:24:45 -05:00
l2cap.c Bluetooth: L2CAP: Add support for receiving LE Credits 2016-02-05 20:24:47 -05:00
Makefile
smp_null.c
smp.c Bluetooth: SMP: Generate DHKey on remote public key reception 2016-02-05 20:24:49 -05:00
smp.h Bluetooth: SMP: Calculate LTK and MacKey for LE SC 2016-02-05 20:24:49 -05:00
stack.h
uuid.c