FileDocCategorySizeDatePackage
BluetoothLeAdvertiser.javaAPI DocAndroid 5.1 API746Sat Mar 14 14:09:44 GMT 2015android.bluetooth.le

BluetoothLeAdvertiser.java

package android.bluetooth.le;
public final class BluetoothLeAdvertiser
{
BluetoothLeAdvertiser() { throw new RuntimeException("Stub!"); }
public  void startAdvertising(android.bluetooth.le.AdvertiseSettings settings, android.bluetooth.le.AdvertiseData advertiseData, android.bluetooth.le.AdvertiseCallback callback) { throw new RuntimeException("Stub!"); }
public  void startAdvertising(android.bluetooth.le.AdvertiseSettings settings, android.bluetooth.le.AdvertiseData advertiseData, android.bluetooth.le.AdvertiseData scanResponse, android.bluetooth.le.AdvertiseCallback callback) { throw new RuntimeException("Stub!"); }
public  void stopAdvertising(android.bluetooth.le.AdvertiseCallback callback) { throw new RuntimeException("Stub!"); }
}