FileDocCategorySizeDatePackage
IBluetoothManager.javaAPI DocAndroid 5.1 API14651Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothManager

public interface IBluetoothManager implements android.os.IInterface
System private API for talking with the Bluetooth service. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public booleanbindBluetoothProfileService(int profile, android.bluetooth.IBluetoothProfileServiceConnection proxy)

public booleandisable(boolean persist)

public booleanenable()

public booleanenableNoAutoConnect()

public java.lang.StringgetAddress()

public android.bluetooth.IBluetoothGattgetBluetoothGatt()

public java.lang.StringgetName()

public booleanisEnabled()

public android.bluetooth.IBluetoothregisterAdapter(android.bluetooth.IBluetoothManagerCallback callback)

public voidregisterStateChangeCallback(android.bluetooth.IBluetoothStateChangeCallback callback)

public voidunbindBluetoothProfileService(int profile, android.bluetooth.IBluetoothProfileServiceConnection proxy)

public voidunregisterAdapter(android.bluetooth.IBluetoothManagerCallback callback)

public voidunregisterStateChangeCallback(android.bluetooth.IBluetoothStateChangeCallback callback)