Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

BluetoothAdapter.LeScanCallback

android.bluetooth.BluetoothAdapter.LeScanCallback

Class Overview

Callback interface used to deliver LE scan results.

Summary

Public Methods
abstract void onLeScan ( BluetoothDevice device, int rssi, byte[] scanRecord)
Callback reporting an LE device found during a device scan initiated by the startLeScan(BluetoothAdapter.LeScanCallback) function.

Public Methods

public abstract void onLeScan ( BluetoothDevice device, int rssi, byte[] scanRecord)

Callback reporting an LE device found during a device scan initiated by the startLeScan(BluetoothAdapter.LeScanCallback) function.

Parameters
device Identifies the remote device
rssi The RSSI value for the remote device as reported by the Bluetooth hardware. 0 if no RSSI value is available.
scanRecord The content of the advertisement record offered by the remote device.