zephyr icon indicating copy to clipboard operation
zephyr copied to clipboard

Bluetooth: Deprecate adv auto-resume

Open alwa-nordic opened this issue 9 months ago • 3 comments

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

alwa-nordic avatar May 28 '24 10:05 alwa-nordic