public interface

BleScanCallback

com.google.android.gms.fitness.request.BleScanCallback

Class Overview

Callback for BLE Scans.

Summary

Public Methods
abstract void onDeviceFound(BleDevice device)
Called when a device is found.
abstract void onScanStopped()
Called when the scan is stopped (normally because the timeout expired).

Public Methods

public abstract void onDeviceFound (BleDevice device)

Called when a device is found.

public abstract void onScanStopped ()

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