zephyr/net/bluetooth
Grzegorz Kolodziejczyk e989683d83 Bluetooth: Fix setting proper conn data for read by type rsp
Att data structure passed to read_type callback wasn't set properly
with connection data. This cause parsing att struct set to 0 (casted
in cb, set in att_read_type_rsp). Wrong att data caused parsing wrong
mtu size and whole conn structure.

Change-Id: Ib0aa4b8edca4965afd746e7186a08cfa34e62cf3
Signed-off-by: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
2016-02-05 20:15:39 -05:00
..
att.c Bluetooth: Fix setting proper conn data for read by type rsp 2016-02-05 20:15:39 -05:00
att.h Bluetooth: ATT: Add bt_att_get_mtu 2016-02-05 20:15:22 -05:00
buf.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
conn.c Bluetooth: Add callback for security changed 2016-02-05 20:15:38 -05:00
conn_internal.h Bluetooth: Add callback for security changed 2016-02-05 20:15:38 -05:00
gatt.c Bluetooth: Fix wrong read included function name 2016-02-05 20:15:37 -05:00
hci_core.c Bluetooth: Add callback for security changed 2016-02-05 20:15:38 -05:00
hci_core.h Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
Kconfig Bluetooth: Make self-test option relevant to SMP debug 2016-02-05 20:15:23 -05:00
keys.c Bluetooth: Simplify keys management code 2016-02-05 20:15:38 -05:00
keys.h Bluetooth: Store key type in common structure 2016-02-05 20:15:38 -05:00
l2cap.c Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
l2cap.h Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
smp.c Bluetooth: SMP: Remove not need double debug 2016-02-05 20:15:39 -05:00
smp.h Bluetooth: Add data signing function 2016-02-05 20:15:24 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00