zephyr/net/bluetooth
Szymon Janc c5759f18a8 Bluetooth: SMP: Fix key type in security request
Required key is LTK not IRK.

Change-Id: Ibbb27b08867d88e74b30ccb592994f169b455bf9
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
2016-02-05 20:14:32 -05:00
..
Kconfig Bluetooth: Add config option for security keys handling 2016-02-05 20:14:31 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
att.c Bluetooth: Add bt_att_send API 2016-02-05 20:14:31 -05:00
att.h Bluetooth: Add bt_att_send API 2016-02-05 20:14:31 -05:00
buf.c Bluetooth: Move logging helpers to a dedicated header file 2016-02-05 20:14:23 -05:00
conn.c Bluetooth: Add suport for enabling encryption 2016-02-05 20:14:32 -05:00
conn_internal.h Bluetooth: Add bt_conn_lookup_state function 2016-02-05 20:14:31 -05:00
gatt.c Bluetooth: Replace peer address with conn in GATT API 2016-02-05 20:14:30 -05:00
hci_core.c Bluetooth: Fix coding style (indentation) 2016-02-05 20:14:31 -05:00
hci_core.h Bluetooth: Add support for sending HCI LE Start Encryption command 2016-02-05 20:14:31 -05:00
keys.c Bluetooth: Add support for storing LTK 2016-02-05 20:14:31 -05:00
keys.h Bluetooth: Add support for storing LTK 2016-02-05 20:14:31 -05:00
l2cap.c Bluetooth: Fix minor coding style issues 2016-02-05 20:14:24 -05:00
l2cap.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
smp.c Bluetooth: SMP: Fix key type in security request 2016-02-05 20:14:32 -05:00
smp.h Bluetooth: SMP: Handle security request from slave 2016-02-05 20:14:32 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00