I am working on BLE on NRF52840 using soft devices for BLE and I was using sd_ble_gap_ppcp_set API to set the connections parameters for the BLE so I think the PPCP is the Peripheral Preferred Connection Parameters which means we are working on a peripheral Mode that advertises its existence with the capability of accepting connections from a central. So I want to work with Broadcaster Mode which means the device that sends out advertising packets without allowing any connections. So Do you have an example that uses Broadcaster Mode in the soft device?