android.bluetooth.BluetoothAdapter.LeScanCallback |
Callback interface used to deliver LE scan results.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Callback reporting an LE device found during a device scan initiated
by the
startLeScan(BluetoothAdapter.LeScanCallback) function. |
Callback reporting an LE device found during a device scan initiated
by the startLeScan(BluetoothAdapter.LeScanCallback)
function.
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. |