File
Doc
Category
Size
Date
Package
BluetoothLeAdvertiser.java
API Doc
Android 5.1 API
746
Sat Mar 14 14:09:44 GMT 2015
android.bluetooth.le
BluetoothLeAdvertiser
java.lang.Object
public final class BluetoothLeAdvertiser extends Object
Fields Summary
Constructors Summary
BluetoothLeAdvertiser
()
throw new RuntimeException("Stub!");
Methods Summary
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!");
Java Code Source