zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.52k stars 6.45k forks source link

Bluetooth: legacy advertising doesn't resume if CONFIG_BT_EXT_ADV=y #53048

Closed jori-nordic closed 1 year ago

jori-nordic commented 1 year ago

Describe the bug In this configuration: HCI over RPMSG, CONFIG_BT_EXT_ADV=y, CONFIG_BT_MAX_CONN>1:

See the original discussion in https://github.com/zephyrproject-rtos/zephyr/pull/51309 .

edit: wasn't really related to nRF53, also reproduced with just a single device with CONFIG_BT_EXT_ADV=y.

To Reproduce Steps to reproduce the behavior:

Expected behavior Advertising resumes after a connection is established.

kruithofa commented 1 year ago

@jhedberg can you have a look?

jori-nordic commented 1 year ago

@tgagneret-embedded could you double-check if the merged patch fixes your original issue?