NRF54L15 NCS 3.02
I have to change my BLE advertising from Legacy to Extended. Looking at the Zephyr example "advertiser" which compiles & runs fine, but I notice that behaviour is different in that advertising does not resume after disconnection, compared to e.g. sample project "peripheral_uart" which does.
Is this just inherent in the implementation of extended advertising, or is there a configuration or parameter to select it?
If not, I guess I need to implement a work item to restart it (the advertiser sample uses a polling loop which is no good to me as I sleep the main thread for low power)