-
public interface ScanResultInterface
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAddress()Get the address from the device abstract StringgetDeviceName()Get the device name from the device (not from scan record) abstract intgetRssi()Get the RSSI of the scan result abstract ScanRecordgetScanRecord()Get the scan record abstract longgetTimestampNanos()Get the timestamp the scan result was produced abstract ScanCallbackTypegetScanCallbackType()Get the type of scan callback -
-
Method Detail
-
getAddress
abstract String getAddress()
Get the address from the device
-
getDeviceName
abstract String getDeviceName()
Get the device name from the device (not from scan record)
-
getRssi
abstract int getRssi()
Get the RSSI of the scan result
-
getScanRecord
abstract ScanRecord getScanRecord()
Get the scan record
-
getTimestampNanos
abstract long getTimestampNanos()
Get the timestamp the scan result was produced
-
getScanCallbackType
abstract ScanCallbackType getScanCallbackType()
Get the type of scan callback
-
-
-
-