File
Doc
Category
Size
Date
Package
BluetoothManager.java
API Doc
Android 5.1 API
835
Sat Mar 14 14:09:36 GMT 2015
android.bluetooth
BluetoothManager
java.lang.Object
public final class BluetoothManager extends Object
Fields Summary
Constructors Summary
BluetoothManager
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.bluetooth.BluetoothAdapter
getAdapter
()
throw new RuntimeException("Stub!");
public
java.util.List
getConnectedDevices
(
int
profile)
throw new RuntimeException("Stub!");
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device,
int
profile)
throw new RuntimeException("Stub!");
public
java.util.List
getDevicesMatchingConnectionStates
(
int
profile,
int[]
states)
throw new RuntimeException("Stub!");
public
android.bluetooth.BluetoothGattServer
openGattServer
(
android.content.Context
context,
android.bluetooth.BluetoothGattServerCallback
callback)
throw new RuntimeException("Stub!");
Java Code Source