zephyr/net/bluetooth
Szymon Janc 15c1fed5b6 Bluetooth: SMP: Workaround LE SC bug in iOS
iOS BT stack has a bug in LE SC implementation. If EncKey is not set in
key distribution it sends Pairing Failed PDU if any (?) keys were
distributed. This wasn't visible before as without local privacy no
keys were distributed for LE SC with iPhone.

Change-Id: I36c2398ea821c6048d970b93a58189eb466ea434
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-04-25 12:31:23 +02:00
..
att_internal.h
att.c
conn_internal.h Bluetooth: BR/EDR: Initiate authentication 2016-04-19 12:48:45 +00:00
conn.c Bluetooth: Add dedicated bt_send() function 2016-04-20 14:46:48 +03:00
gatt_internal.h
gatt.c
hci_core.c Bluetooth: Add name member to HCI driver struct 2016-04-22 18:49:11 +03:00
hci_core.h Bluetooth: Add dedicated bt_send() function 2016-04-20 14:46:48 +03:00
Kconfig Bluetooth: Add custom "monitor" protocol logging over UART 2016-04-22 18:49:11 +03:00
keys.c
keys.h
l2cap_internal.h
l2cap.c Bluetooth: L2CAP: l2cap_chan_get() can get BR/EDR L2CAP SIG channel 2016-04-15 19:15:20 +00:00
Makefile Bluetooth: add drivers to include path 2016-04-22 17:58:39 -04:00
monitor.c Bluetooth: Add custom "monitor" protocol logging over UART 2016-04-22 18:49:11 +03:00
monitor.h Bluetooth: Move HCI device bus information to the driver 2016-04-22 18:49:11 +03:00
smp_null.c
smp.c Bluetooth: SMP: Workaround LE SC bug in iOS 2016-04-25 12:31:23 +02:00
smp.h
uuid.c