executeDiscoveryProcessOnce

abstract suspend fun executeDiscoveryProcessOnce()

Start discovering devices. When devices are nearby and discoverable they will be added to deviceInformation.

When the discovery process has started and a timeout period of approximately 12 seconds has expired, the discovery is stopped automatically. isDiscoveryActive can be used to check if the discovery process is active or not.

Note: Discovering devices is a heavyweight procedure. New connections to remote Bluetooth devices should not be attempted while discovery is in progress. Existing connections will experience limited bandwidth and high latency.