I am using nrf52832 dev board . I have used the example code of ble_app_beacon code . I am able to send my data through the beacon. But while using nrfconnect app, the scanning stops after few seconds. I want the nrfconnect app to scan the real time data which I am passing through the beacon indefinitely.
How do I reduce the manuf_specific_data length in ble_app_beacon example. ? Is it ok to change the length of manuf_specific_data with respect to beacon example ?