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 Type
    Method
    Description
    void
    Fired on the EDT for every device found by the inquiry scan.
  • Method Details

    • deviceDiscovered

      void deviceDiscovered(ClassicScanResult result)
      Fired on the EDT for every device found by the inquiry scan.