zephyr/net/bluetooth
Mariusz Skamra c9287c2bc2 Bluetooth: SMP: Fix zeroing smp
In smp_init we reset smp so that Pairing Failed command is deleted
from allowable commands and the pointer to the associated conn is lost.
With this patch associated conn is copied and the Pairing Failed
command is marked as allowed.

Change-Id: I7a71f985ca9d9d332e392aeb9368053a8c084750
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:14:43 -05:00
..
att.c Bluetooth: GATT: Add bt_gatt_subscribe 2016-02-05 20:14:43 -05:00
att.h Bluetooth: ATT: Update multiple read req object 2016-02-05 20:14:40 -05:00
buf.c
conn_internal.h Bluetooth: Move bt_conn timeout handling into conn.c 2016-02-05 20:14:43 -05:00
conn.c Bluetooth: Move bt_conn timeout handling into conn.c 2016-02-05 20:14:43 -05:00
gatt.c Bluetooth: GATT: Add bt_gatt_unsubscribe 2016-02-05 20:14:43 -05:00
hci_core.c Bluetooth: Move bt_conn timeout handling into conn.c 2016-02-05 20:14:43 -05:00
hci_core.h Bluetooth: Move le_conn_update() to conn.c 2016-02-05 20:14:40 -05:00
Kconfig Bluetooth: Add simple timeout for connection establishment 2016-02-05 20:14:43 -05:00
keys.c Bluetooth: Add local and remote CSRK keys 2016-02-05 20:14:41 -05:00
keys.h Bluetooth: Add local and remote CSRK keys 2016-02-05 20:14:41 -05:00
l2cap.c Bluetooth: Propagate SMP & L2CAP init failures 2016-02-05 20:14:41 -05:00
l2cap.h Bluetooth: Propagate SMP & L2CAP init failures 2016-02-05 20:14:41 -05:00
Makefile
smp.c Bluetooth: SMP: Fix zeroing smp 2016-02-05 20:14:43 -05:00
smp.h Bluetooth: Add AES-CMAC calculation based on AES 128 bit cipher 2016-02-05 20:14:41 -05:00
uuid.c