Java android.bluetooth.le ScanResult fields, constructors, methods, implement or subclass

Example usage for Java android.bluetooth.le ScanResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.bluetooth.le ScanResult.

The text is from its open source code.

Method

BluetoothDevicegetDevice()
Returns the remote Bluetooth device identified by the Bluetooth device address.
intgetRssi()
Returns the received signal strength in dBm.
ScanRecordgetScanRecord()
Returns the scan record, which is a combination of advertisement and scan response.