I was testing out the custom application from android studio, and have discovered that, for example, when using the rscs example my application does not see the device and when using the simple ble gatt or uart or proximity examples, the application does see the nRF52840 DK.
I have later discovered that the possible reason for that might be the advertising type of the device (in rscs example the advertising type is Bluetooth 5, while in other examples its Legacy)
Can someone explain how to change the devices' advertising type, I have checked many other guides, but most of them are talking about switching from connectable to non-connectable advertising type?
If I have missed the guide, where my problem is explained, mention it in the replies please.