Package 

Interface CycledLeScanCallback

  • All Implemented Interfaces:

    @MainThread() 
    public interface CycledLeScanCallback
    
                        

    Android API agnostic Bluetooth scan callback wrapper.

    Since Android bluetooth scan callbacks occur on the main thread it is expected that these callbacks will also occur on the main thread. Created by dyoung on 10/6/14.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onLeScan(ScanResult scanResult) Called when scan result is received
      abstract void onCycleEnd() Called when cycled scan ends
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onLeScan

         abstract void onLeScan(ScanResult scanResult)

        Called when scan result is received

      • onCycleEnd

         abstract void onCycleEnd()

        Called when cycled scan ends