-
public class RxBleInternalScanResultLegacy
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicebluetoothDeviceprivate final intrssiprivate final Array<byte>scanRecord
-
Constructor Summary
Constructors Constructor Description RxBleInternalScanResultLegacy(BluetoothDevice bleDevice, int rssi, Array<byte> scanRecords)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetBluetoothDevice()intgetRssi()Array<byte>getScanRecord()-
-
Constructor Detail
-
RxBleInternalScanResultLegacy
RxBleInternalScanResultLegacy(BluetoothDevice bleDevice, int rssi, Array<byte> scanRecords)
-
-
Method Detail
-
getBluetoothDevice
BluetoothDevice getBluetoothDevice()
-
getRssi
int getRssi()
-
getScanRecord
Array<byte> getScanRecord()
-
-
-
-