public class ScanResult
extends java.lang.Object
| Constructor and Description |
|---|
ScanResult(RxBleDevice bleDevice,
int rssi,
long timestampNanos,
ScanCallbackType callbackType,
ScanRecord scanRecord) |
| Modifier and Type | Method and Description |
|---|---|
RxBleDevice |
getBleDevice() |
ScanCallbackType |
getCallbackType() |
int |
getRssi() |
ScanRecord |
getScanRecord() |
long |
getTimestampNanos() |
java.lang.String |
toString() |
public ScanResult(RxBleDevice bleDevice, int rssi, long timestampNanos, ScanCallbackType callbackType, ScanRecord scanRecord)
public RxBleDevice getBleDevice()
public int getRssi()
public long getTimestampNanos()
public ScanCallbackType getCallbackType()
public ScanRecord getScanRecord()
public java.lang.String toString()
toString in class java.lang.Object