zephyr/net/bluetooth
Szymon Janc b47d14a273 Bluetooth: Fix NULL pointer dereference in flush_cb
conn was never set in struct flush_data passed to flush_cb.

Change-Id: I2a16479bf7660a96f705d1194245da02ee6eeff5
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
2016-02-05 20:14:19 -05:00
..
Kconfig Update Bluetooth options 2016-02-05 20:14:10 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
att.c Bluetooth: Fix NULL pointer dereference in flush_cb 2016-02-05 20:14:19 -05:00
att.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
buf.c Bluetooth: Increase buffer count from 20 to 22 2016-02-05 20:14:18 -05:00
conn.c Bluetooth: Track role for connections 2016-02-05 20:14:19 -05:00
conn.h Bluetooth: Track role for connections 2016-02-05 20:14:19 -05:00
gatt.c Bluetooth: Add macro for CEP and long descriptors 2016-02-05 20:14:19 -05:00
hci_core.c Bluetooth: Track role for connections 2016-02-05 20:14:19 -05:00
hci_core.h Bluetooth: Rename cmd_rx_queue/fiber to rx_prio_queue/fiber 2016-02-05 20:14:18 -05:00
keys.c Bluetooth: Add API for looking up IRKs 2016-02-05 20:14:17 -05:00
keys.h Bluetooth: Add API for looking up IRKs 2016-02-05 20:14:17 -05:00
l2cap.c Apply __stack tag to align bluetooth defined fiber stacks 2016-02-05 20:14:13 -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 compilation with debugs enabled 2016-02-05 20:14:18 -05:00
smp.h Bluetooth: Use __packed instead of the deprecated PACK_STRUCT 2016-02-05 20:14:18 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00