FileDocCategorySizeDatePackage
BluetoothController.javaAPI DocAndroid 5.1 API2111Thu Mar 12 22:22:42 GMT 2015com.android.systemui.statusbar.policy

BluetoothController

public interface BluetoothController

Fields Summary
Constructors Summary
Methods Summary
public voidaddStateChangedCallback(com.android.systemui.statusbar.policy.BluetoothController$Callback callback)

public voidconnect(com.android.systemui.statusbar.policy.BluetoothController$PairedDevice device)

public voiddisconnect(com.android.systemui.statusbar.policy.BluetoothController$PairedDevice device)

public java.lang.StringgetLastDeviceName()

public java.util.SetgetPairedDevices()

public booleanisBluetoothConnected()

public booleanisBluetoothConnecting()

public booleanisBluetoothEnabled()

public booleanisBluetoothSupported()

public voidremoveStateChangedCallback(com.android.systemui.statusbar.policy.BluetoothController$Callback callback)

public voidsetBluetoothEnabled(boolean enabled)