File
Doc
Category
Size
Date
Package
BluetoothController.java
API Doc
Android 5.1 API
2111
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui.statusbar.policy
BluetoothController
public interface BluetoothController
Fields Summary
Constructors Summary
Methods Summary
public void
addStateChangedCallback
(
com.android.systemui.statusbar.policy.BluetoothController$Callback
callback)
public void
connect
(
com.android.systemui.statusbar.policy.BluetoothController$PairedDevice
device)
public void
disconnect
(
com.android.systemui.statusbar.policy.BluetoothController$PairedDevice
device)
public
java.lang.String
getLastDeviceName
()
public
java.util.Set
getPairedDevices
()
public
boolean
isBluetoothConnected
()
public
boolean
isBluetoothConnecting
()
public
boolean
isBluetoothEnabled
()
public
boolean
isBluetoothSupported
()
public void
removeStateChangedCallback
(
com.android.systemui.statusbar.policy.BluetoothController$Callback
callback)
public void
setBluetoothEnabled
(
boolean
enabled)
Java Code Source