BleScanCallback

public abstract classBleScanCallbackextendsObject

This class is deprecated.
UseBluetoothManager directly.

Callback for BLE Scans.

Public Constructor Summary

Public Method Summary

abstract void
onDeviceFound(BleDevice device)
Called once for each device found.
abstract void
onScanStopped()
Called when the scan is stopped (normally because the timeout expired).

Inherited Method Summary

Public Constructors

publicBleScanCallback()

Public Methods

public abstract voidonDeviceFound(BleDevice device)

Called once for each device found.

public abstract voidonScanStopped()

Called when the scan is stopped (normally because the timeout expired).