Interface ClassicDiscoveryListener
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.-
Method Summary
Modifier and TypeMethodDescriptionvoiddeviceDiscovered(ClassicScanResult result) Fired on the EDT for every device found by the inquiry scan.
-
Method Details
-
deviceDiscovered
Fired on the EDT for every device found by the inquiry scan.
-