public class RxBleScanResult
extends java.lang.Object
| Constructor and Description |
|---|
RxBleScanResult(RxBleDevice bleDevice,
int rssi,
byte[] scanRecords) |
| Modifier and Type | Method and Description |
|---|---|
RxBleDevice |
getBleDevice()
Returns
RxBleDevice which is a handle for Bluetooth operations on a device. |
int |
getRssi()
Returns signal strength indication received during scan operation.
|
byte[] |
getScanRecord()
The scan record of Bluetooth LE advertisement.
|
java.lang.String |
toString() |
public RxBleScanResult(RxBleDevice bleDevice, int rssi, byte[] scanRecords)
public RxBleDevice getBleDevice()
RxBleDevice which is a handle for Bluetooth operations on a device. It may be used to establish connection,
get MAC address and/or get the device name.public int getRssi()
public byte[] getScanRecord()
public java.lang.String toString()
toString in class java.lang.Object