FileDocCategorySizeDatePackage
AdvertiseSettings.javaAPI DocAndroid 5.1 API1912Sat Mar 14 14:09:30 GMT 2015android.bluetooth.le

AdvertiseSettings

public final class AdvertiseSettings extends Object implements android.os.Parcelable

Fields Summary
public static final int
ADVERTISE_MODE_BALANCED
public static final int
ADVERTISE_MODE_LOW_LATENCY
public static final int
ADVERTISE_MODE_LOW_POWER
public static final int
ADVERTISE_TX_POWER_HIGH
public static final int
ADVERTISE_TX_POWER_LOW
public static final int
ADVERTISE_TX_POWER_MEDIUM
public static final int
ADVERTISE_TX_POWER_ULTRA_LOW
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
AdvertiseSettings()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public intgetMode()

 throw new RuntimeException("Stub!"); 
public intgetTimeout()

 throw new RuntimeException("Stub!"); 
public intgetTxPowerLevel()

 throw new RuntimeException("Stub!"); 
public booleanisConnectable()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");