zephyr/subsys/bluetooth/host
Aleksander Wasaznik d54ae955a2 Bluetooth: ATT: Fix conn parameter to req cb in att_reset
The conn pointer is still valid / not reused at this time and can be
used further up the stack as an identifer. This simplifies the API of
ATT, and fixes callbacks in GATT that pass on this value directly since
their API does not allow conn to be NULL.

Fixes #41794

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2022-02-07 17:00:51 +01:00
..
a2dp_internal.h
a2dp.c
addr.c
adv.c Bluetooth: Host: Support setting long periodic adv data 2022-01-13 13:23:29 +01:00
adv.h
aes_ccm.c
at.c
at.h
att_internal.h Bluetooth: Host: Fix type mismatch in bt_gatt_cancel 2022-01-07 12:48:52 -05:00
att.c Bluetooth: ATT: Fix conn parameter to req cb in att_reset 2022-02-07 17:00:51 +01:00
avdtp_internal.h
avdtp.c
br.c
br.h
buf.c
CMakeLists.txt
conn_internal.h Bluetooth: ISO: Add ISO channel type 2022-01-18 13:19:47 -05:00
conn.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
crypto.c
crypto.h
direction_internal.h Bluetooth: host: df: Add handling of HCI_LE_CTE_Request_Failed 2022-01-21 09:30:23 -05:00
direction.c Bluetooth: host: df: Fix wrong HCI cmd buf size for RX params set 2022-02-03 14:57:17 +01:00
ecc.c
ecc.h
gatt_internal.h
gatt.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
hci_common.c
hci_core.c Bluetooth: Host: Detect deadlock in bt_att_req_alloc 2022-01-27 16:04:24 +01:00
hci_core.h Bluetooth: Host: Detect deadlock in bt_att_req_alloc 2022-01-27 16:04:24 +01:00
hci_ecc.c
hci_ecc.h
hci_raw_internal.h
hci_raw.c Bluetooth: tests: edtt: fix buffer overflow error 2022-02-05 06:19:00 -05:00
hfp_hf.c
hfp_internal.h
id.c
id.h
iso_internal.h
iso.c Bluetooth: ISO: Fix missing ISO type for peripheral ISO 2022-01-21 15:46:01 +02:00
Kconfig samples: Bluetooth: df: Remove dep on CTLR Kconf in sample sources 2022-02-03 14:57:17 +01:00
Kconfig.gatt
Kconfig.l2cap
keys_br.c
keys.c
keys.h
l2cap_br.c
l2cap_internal.h
l2cap.c bluetooth: l2cap: receive server error status 2022-01-05 14:42:33 +01:00
monitor.c logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
monitor.h
rfcomm_internal.h
rfcomm.c
scan.c Bluetooth: Host: Fix address and SID in the sync established cb 2022-01-28 15:42:25 +01:00
scan.h
sdp_internal.h
sdp.c
settings.c
settings.h
smp_null.c
smp.c kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
smp.h
ssp.c
ssp.h
testing.c
testing.h
uuid.c