Package 

Interface ScanResultInterface

    • Method Summary

      Modifier and Type Method Description
      abstract String getAddress() Get the address from the device
      abstract String getDeviceName() Get the device name from the device (not from scan record)
      abstract int getRssi() Get the RSSI of the scan result
      abstract ScanRecord getScanRecord() Get the scan record
      abstract long getTimestampNanos() Get the timestamp the scan result was produced
      abstract ScanCallbackType getScanCallbackType() Get the type of scan callback
      • Methods inherited from class java.lang.Object

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