commit | a1dd571f11df3d7c973a3a63ef44e715a6945deb | [log] [tgz] |
---|---|---|
author | Christophe Dufaza <chris@openmarl.org> | Sun Sep 28 23:50:05 2025 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Oct 10 12:56:28 2025 -0400 |
tree | 704880653cf793277c8f47fdbce76b9f685ab8e2 | |
parent | 9b5ad2f8df485a51e55789e949428fd8d679bec6 [diff] |
bluetooth: host: remove no longer used internal API bt_le_adv_resume() Automatic advertiser resumption is publicly deprecated since Zephyr 4.0 [1]. Options and parameters for this behavior have been removed, as well as all calls to bt_le_adv_resume(). Also remove adv_get_options() whose bt_le_adv_resume() is the only caller. [1] Bluetooth: Deprecate adv auto-resume #73395 Signed-off-by: Christophe Dufaza <chris@openmarl.org>