I am using S112 softdevice along with SDK 15.1.1. The chip that I am using is nRF52832 and ble uart example
I want to make advertisement non connectable and non scannable at certain point. For this I am adding code from ble_app_beacon to ble_app_uart.
My question is does softdevice S112 support ble beacon soft device calls?
Also is this the right approach to refer beacon code and add to uart example?