Package 

Class RxBleScanResult


  • 
    public class RxBleScanResult
    
                        

    Represents a scan result from Bluetooth LE scan.

    • Method Summary

      Modifier and Type Method 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.
      Array<byte> getScanRecord() The scan record of Bluetooth LE advertisement.
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RxBleScanResult

        RxBleScanResult(RxBleDevice bleDevice, int rssi, Array<byte> scanRecords)
    • Method Detail

      • getBleDevice

         RxBleDevice getBleDevice()

        Returns 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.

      • getRssi

         int getRssi()

        Returns signal strength indication received during scan operation.

      • getScanRecord

         Array<byte> getScanRecord()

        The scan record of Bluetooth LE advertisement.