public class

StartBleScanRequest

extends Object
implements SafeParcelable
java.lang.Object
   ↳ com.google.android.gms.fitness.request.StartBleScanRequest

Class Overview

Request for finding BleDevices around the user. A request can be built using the StartBleScanRequest.Builder. Use the parameters of the request to specify which data sources should be returned. Example usage:

     new StartBleScanRequest.Builder()
         .setDataTypes(DataTypes.HEART_RATE_BPM)
         .setBleScanCallback(callback)
         .build();
 

Summary

Nested Classes
class StartBleScanRequest.Builder Builder used to create new DataSourceRequests. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
From interface com.google.android.gms.common.internal.safeparcel.SafeParcelable
Fields
public static final Creator<StartBleScanRequest> CREATOR
Public Methods
int describeContents()
String toString()
void writeToParcel(Parcel parcel, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<StartBleScanRequest> CREATOR

Public Methods

public int describeContents ()

public String toString ()

public void writeToParcel (Parcel parcel, int flags)