-1

For example, I know about AdvertiseSettings class, and parameters ADVERTISE_MODE_LOW_POWER, ADVERTISE_MODE_BALANCED, ADVERTISE_MODE_LOW_LATENCY.

But how we can set advertise period (frequency of sending advertise - one time per 1,2,3 sec) with particular seconds in Android?

0