I want to modify code from non connectable advertising mode to connectable for specific time after that time it should be again non connectable
I want to modify code from non connectable advertising mode to connectable for specific time after that time it should be again non connectable
Hi Pranay,
Are you using ble_advertising module ? or you advertise directly by calling softdevice API ?
You can set a timeout (e.g APP_ADV_TIMEOUT_IN_SECONDS) for your advertising mode when you receive an event of that timeout, you can change the mode to another one.