zephyr/subsys/bluetooth/host
Marcin Niestroj 830308e00f Bluetooth: host: increase BT_CONN_TX_USER_DATA_SIZE for 64bit platforms
Commit 2c00dd5fec ("Bluetooth: host: check net bufs have enough room in
user_data") added a build time check of user data size. This check does not
pass with default CONFIG_BT_CONN_TX_USER_DATA_SIZE=8 and with
`native_posix_64` platform, as 16 bytes are needed in order to store
`struct tx_meta`.

Select 16 as default value for 64bit platforms, so Bluetooth samples/tests
are buildable for `native_posix_64`.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2023-02-20 19:44:25 +01:00
..
a2dp_internal.h
a2dp.c
addr_internal.h BluetootH: Host: add helper functions for resolved addresses 2023-01-12 13:31:12 +01:00
addr.c BluetootH: Host: add helper functions for resolved addresses 2023-01-12 13:31:12 +01:00
adv.c Bluetooth: host: suppress adv timeout warning when successful 2023-02-20 09:48:17 +01:00
adv.h
aes_ccm.c
at.c
at.h
att_internal.h
att.c Bluetooth: host: clear ATT_CONNECTED flag on detach 2023-01-09 19:19:39 +01:00
avdtp_internal.h
avdtp.c
br.c
br.h
buf.c
CMakeLists.txt
conn_internal.h
conn.c Bluetooth: host: check net bufs have enough room in user_data 2023-02-20 09:53:51 +01:00
crypto.c
crypto.h
direction_internal.h
direction.c
ecc.c
ecc.h
gatt_internal.h
gatt.c Bluetooth: host: Fix SC indication on encrypt change 2023-02-16 00:21:07 +09:00
hci_common.c
hci_core.c bluetooth: host: conn: Utilize conn_set_state in conn_destroy 2023-02-20 09:50:48 +01:00
hci_core.h
hci_ecc.c
hci_ecc.h
hci_raw_internal.h
hci_raw.c
hfp_hf.c
hfp_internal.h
id.c Bluetooth: host: adv: set the address in bt_le_adv_resume 2022-12-19 09:37:25 +00:00
id.h
iso_internal.h
iso.c Bluetooth: ISO: Fix state checks for bt_iso_chan_disconnect 2023-02-20 11:26:25 +01:00
Kconfig Bluetooth: host: increase BT_CONN_TX_USER_DATA_SIZE for 64bit platforms 2023-02-20 19:44:25 +01:00
Kconfig.gatt Bluetooth: Host: Re-subscribe only after encrypt change 2023-01-26 10:05:13 +00:00
Kconfig.l2cap
keys_br.c all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
keys.c tests: bluetooth: host: Add UT for bt_keys_update_usage() 2023-01-17 13:13:02 +01:00
keys.h
l2cap_br.c Bluetooth: L2CAP: Fix use of 'br_chan' 2023-02-20 09:53:26 +01:00
l2cap_internal.h
l2cap.c Bluetooth: Host: l2cap: disconnect when PDU > MPS 2022-11-30 12:50:10 +01:00
long_wq.c
long_wq.h
monitor.c
monitor.h
rfcomm_internal.h
rfcomm.c
scan.c bluetooth: host: refactor bt_hci_le_per_adv_report data reassembly 2023-02-09 13:12:24 +01:00
scan.h
sdp_internal.h
sdp.c
settings.c
settings.h
smp_null.c
smp.c Bluetooth: SMP: Fix setting key distribution bits for no-bonding 2023-02-08 19:04:51 +09:00
smp.h
ssp.c
ssp.h
testing.c
testing.h
uuid.c