public abstract class

BleScanCallback

extends Object
java.lang.Object
   ↳ com.google.android.gms.fitness.request.BleScanCallback

Class Overview

Callback for BLE Scans.

Summary

Public Constructors
BleScanCallback()
Public Methods
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).
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BleScanCallback ()

Public Methods

public abstract void onDeviceFound (BleDevice device)

Called once for each device found.

public abstract void onScanStopped ()

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