Package 

Interface CycledLeScanCallback


  • @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.

    • Method Summary

      Modifier and Type Method Description
      abstract void onLeScan(BluetoothDevice device, int rssi, Array<byte> scanRecord, long timestampMs)
      abstract void onCycleEnd()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait