-
public class ScanResult
-
-
Field Summary
Fields Modifier and Type Field Description private final RxBleDevicebleDeviceprivate final intrssiprivate final longtimestampNanosprivate final ScanCallbackTypecallbackTypeprivate final ScanRecordscanRecordprivate final IsConnectableisConnectable
-
Constructor Summary
Constructors Constructor Description ScanResult(RxBleDevice bleDevice, int rssi, long timestampNanos, ScanCallbackType callbackType, ScanRecord scanRecord, IsConnectable isConnectable)
-
Method Summary
Modifier and Type Method Description RxBleDevicegetBleDevice()intgetRssi()longgetTimestampNanos()ScanCallbackTypegetCallbackType()ScanRecordgetScanRecord()IsConnectableisConnectable()StringtoString()-
-
Constructor Detail
-
ScanResult
ScanResult(RxBleDevice bleDevice, int rssi, long timestampNanos, ScanCallbackType callbackType, ScanRecord scanRecord, IsConnectable isConnectable)
-
-
Method Detail
-
getBleDevice
RxBleDevice getBleDevice()
-
getRssi
int getRssi()
-
getTimestampNanos
long getTimestampNanos()
-
getCallbackType
ScanCallbackType getCallbackType()
-
getScanRecord
ScanRecord getScanRecord()
-
isConnectable
IsConnectable isConnectable()
-
-
-
-