public class RxBleInternalScanResult
extends java.lang.Object
| Constructor and Description |
|---|
RxBleInternalScanResult(android.bluetooth.BluetoothDevice bluetoothDevice,
int rssi,
long timestampNanos,
ScanRecord scanRecord,
ScanCallbackType scanCallbackType) |
| Modifier and Type | Method and Description |
|---|---|
android.bluetooth.BluetoothDevice |
getBluetoothDevice() |
int |
getRssi() |
ScanCallbackType |
getScanCallbackType() |
ScanRecord |
getScanRecord() |
long |
getTimestampNanos() |
public RxBleInternalScanResult(android.bluetooth.BluetoothDevice bluetoothDevice,
int rssi,
long timestampNanos,
ScanRecord scanRecord,
ScanCallbackType scanCallbackType)
public android.bluetooth.BluetoothDevice getBluetoothDevice()
public int getRssi()
public ScanRecord getScanRecord()
public long getTimestampNanos()
public ScanCallbackType getScanCallbackType()