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
..
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
conn_internal.h
conn.c
gatt_internal.h
gatt.c
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
Kconfig
keys.c
keys.h
l2cap.c
l2cap.h
Makefile
smp_null.c
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
stack.h
uuid.c