File
Doc
Category
Size
Date
Package
IBluetoothManager.java
API Doc
Android 5.1 API
14651
Sat Mar 14 05:47:58 GMT 2015
android.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
boolean
bindBluetoothProfileService
(
int
profile,
android.bluetooth.IBluetoothProfileServiceConnection
proxy)
public
boolean
disable
(
boolean
persist)
public
boolean
enable
()
public
boolean
enableNoAutoConnect
()
public
java.lang.String
getAddress
()
public
android.bluetooth.IBluetoothGatt
getBluetoothGatt
()
public
java.lang.String
getName
()
public
boolean
isEnabled
()
public
android.bluetooth.IBluetooth
registerAdapter
(
android.bluetooth.IBluetoothManagerCallback
callback)
public void
registerStateChangeCallback
(
android.bluetooth.IBluetoothStateChangeCallback
callback)
public void
unbindBluetoothProfileService
(
int
profile,
android.bluetooth.IBluetoothProfileServiceConnection
proxy)
public void
unregisterAdapter
(
android.bluetooth.IBluetoothManagerCallback
callback)
public void
unregisterStateChangeCallback
(
android.bluetooth.IBluetoothStateChangeCallback
callback)
Java Code Source