zephyr/subsys/bluetooth/host
Aleksander Wasaznik 8cfad44852 Bluetooth: Deprecate adv auto-resume
The host-based adv auto-resume function has both a problematic
implementation and disagreement in the community around how it should
behave. See the issue linked resolved below for details.

This patch makes the deprecation visible to the user. The user will be
better served by a auto-resume tailored their applications use case,
based on more primitive host API like `conn_cb.recycled`, which has
obvious behavior that is unlikely to change.

Resolves: https://github.com/zephyrproject-rtos/zephyr/issues/72567

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2024-10-08 16:57:01 +02:00
..
classic Bluetooth: BREDR: L2CAP: Recover ident when conn is pending 2024-10-05 14:07:24 -04:00
shell Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
addr.c
addr_internal.h
adv.c Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
adv.h
aes_ccm.c
att.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
att_internal.h bluetooth: host: Add API to get a connection's UATT MTU 2024-08-15 10:17:13 +01:00
buf.c bluetooth: host: fix formatter warnings 2024-09-23 10:01:34 +02:00
buf_view.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
CMakeLists.txt Bluetooth: Shell: Restructure shell files 2024-09-24 09:21:04 -04:00
conn.c bluetooth: host: Add support for processing CS subevent results 2024-10-04 16:34:45 +01:00
conn_internal.h bluetooth: host: Add support for processing CS subevent results 2024-10-04 16:34:45 +01:00
crypto.h
crypto_psa.c bt-host: add option to use PSA APIs instead of TinyCrypt 2024-06-14 15:41:34 +02:00
crypto_tc.c bt-host: add option to use PSA APIs instead of TinyCrypt 2024-06-14 15:41:34 +02:00
cs.c bluetooth: host: Add CONFIG_BT_CHANNEL_SOUNDING_TEST 2024-10-04 16:34:45 +01:00
data.c
direction.c Bluetooth: HCI: Expose bt_hci_per_adv_sync_lookup_handle() 2024-07-27 15:09:00 +03:00
direction_internal.h
ecc.c Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
ecc.h
gatt.c Bluetooth: GATT: Replace magic number 0 with macro for auto ccc 2024-09-26 17:41:24 -04:00
gatt_internal.h
hci_common.c Bluetooth: hci_common: Add assert on buf allocation 2024-08-12 10:10:48 +02:00
hci_core.c bluetooth: host: Add CONFIG_BT_CHANNEL_SOUNDING_TEST 2024-10-04 16:34:45 +01:00
hci_core.h bluetooth: host: Add support for processing CS subevent results 2024-10-04 16:34:45 +01:00
hci_ecc.c Bluetooth: Conditionally print out HCI error codes as strings 2024-07-30 18:25:56 +01:00
hci_ecc.h
hci_raw.c net: buf: remove use of special putter and getter functions 2024-08-16 09:55:11 +02:00
hci_raw_internal.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
id.c Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
id.h
iso.c Bluetooth: ISO: Added missing NULL checks for API functions 2024-09-23 14:08:52 +01:00
iso_internal.h Bluetooth: ISO: Update includes for ISO files 2024-09-09 13:55:20 -04:00
Kconfig Bluetooth: host: Kconfig: Correct help of BT_BONDABLE 2024-10-02 15:54:30 +02:00
Kconfig.gatt bluetooth: smp: remove experimental from BT_GATT_AUTHORIZATION_CUSTOM 2024-09-19 18:27:43 +01:00
Kconfig.l2cap kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
keys.c Bluetooth: Host: Fix not clearing IDs and keys upon bt_disable() 2024-05-28 09:11:52 -07:00
keys.h Bluetooth: Host: Fix not clearing IDs and keys upon bt_disable() 2024-05-28 09:11:52 -07:00
l2cap.c bluetooth: host: fix formatter warnings 2024-09-23 10:01:34 +02:00
l2cap_internal.h Bluetooth: L2CAP: Make bt_l2cap_send_pdu() 2024-06-12 18:51:34 +02:00
long_wq.c Bluetooth: host: tweak up the bluetooth thread names 2024-04-02 21:01:00 -04:00
long_wq.h
monitor.c bluetooth: honor log panic mode in monitor 2024-10-02 10:00:26 +02:00
monitor.h Bluetooth: Rename BT_BREDR to BT_CLASSIC 2024-03-07 11:26:45 +02:00
scan.c Bluetooth: Host: Fix unable to start scanning after scan param failure 2024-09-05 12:25:17 +01:00
scan.h Bluetooth: Host: Rework enabling of scanner 2024-08-20 14:54:25 -04:00
settings.c
settings.h
smp.c Bluetooth: BR: Improve bt_conn_set_bondable 2024-10-02 15:54:30 +02:00
smp.h Bluetooth: Mark bt_<type>_err_to_str() APIs experimental 2024-07-11 13:11:59 -04:00
smp_null.c Bluetooth: L2CAP: Make bt_l2cap_send_pdu() 2024-06-12 18:51:34 +02:00
uuid.c