zephyr/net/bluetooth
Szymon Janc 3def4202ae Bluetooth: SMP: Ignore unsupported AuthReq in Security Request
If Security Request with unsupported flags is received just ignore them
instead of repairing. This is already done for Pairing Request but was
missing in Security Request.

Since we are still on 4.0 just remove any new bits definitions and update
BT_SMP_AUTH_MASK accordingly.

This fix constant repairing (instead of just enabling encryption) with
peripherals that support LE Secure Connections.

Change-Id: Ic053590755e97eadbcadbea788670c050f895d32
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-05 20:24:31 -05:00
..
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
att.c Bluetooth: ATT: Add debug log for printing negotiated MTU 2016-02-05 20:24:31 -05:00
att.h Bluetooth: Don't response with error to Exchange MTU req if MTU > 517 2016-02-05 20:24:31 -05:00
buf.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
conn.c Bluetooth: Refactor bt_conn_security 2016-02-05 20:24:30 -05:00
conn_internal.h Bluetooth: Pass LTK length to bt_conn_le_start_encryption 2016-02-05 20:24:30 -05:00
gatt.c Bluetooth: att: Fix invalid discovered descriptors parsing 2016-02-05 20:24:30 -05:00
gatt_internal.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
hci_core.c Bluetooth: Add new line in le_conn_update_complete debug log 2016-02-05 20:24:31 -05:00
hci_core.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
keys.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
keys.h Bluetooth: SMP: Add support for encryption key size reduction 2016-02-05 20:24:30 -05:00
l2cap.c Bluetooth: L2CAP: Handle connection request 2016-02-05 20:24:30 -05:00
l2cap.h Bluetooth: L2CAP: Handle connection request 2016-02-05 20:24:30 -05:00
smp.c Bluetooth: SMP: Ignore unsupported AuthReq in Security Request 2016-02-05 20:24:31 -05:00
smp.h Bluetooth: SMP: Ignore unsupported AuthReq in Security Request 2016-02-05 20:24:31 -05:00
smp_null.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
stack.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
uuid.c Bluetooth: Add bt_uuid_to_str function 2016-02-05 20:24:30 -05:00