public interface ClassicDiscoveryListener
Receives device sightings during a classic discovery started via
BluetoothClassic.startDiscovery(ClassicDiscoveryListener). Single
abstract method so application code can pass a lambda. Always invoked
on the EDT.Methods
public abstract void deviceDiscovered(ClassicScanResult result) | Fired on the EDT for every device found by the inquiry scan. |
Method details
deviceDiscovered
public abstract void deviceDiscovered(ClassicScanResult result)Fired on the EDT for every device found by the inquiry scan.