File
Doc
Category
Size
Date
Package
BluetoothHealth.java
API Doc
Android 5.1 API
2094
Sat Mar 14 14:09:42 GMT 2015
android.bluetooth
BluetoothHealth
java.lang.Object
public final class BluetoothHealth extends Object implements android.bluetooth.BluetoothProfile
Fields Summary
public static final int
APP_CONFIG_REGISTRATION_FAILURE
public static final int
APP_CONFIG_REGISTRATION_SUCCESS
public static final int
APP_CONFIG_UNREGISTRATION_FAILURE
public static final int
APP_CONFIG_UNREGISTRATION_SUCCESS
public static final int
CHANNEL_TYPE_RELIABLE
public static final int
CHANNEL_TYPE_STREAMING
public static final int
SINK_ROLE
public static final int
SOURCE_ROLE
public static final int
STATE_CHANNEL_CONNECTED
public static final int
STATE_CHANNEL_CONNECTING
public static final int
STATE_CHANNEL_DISCONNECTED
public static final int
STATE_CHANNEL_DISCONNECTING
Constructors Summary
BluetoothHealth
()
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
connectChannelToSource
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config)
throw new RuntimeException("Stub!");
public
boolean
disconnectChannel
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config,
int
channelId)
throw new RuntimeException("Stub!");
public
java.util.List
getConnectedDevices
()
throw new RuntimeException("Stub!");
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
throw new RuntimeException("Stub!");
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
throw new RuntimeException("Stub!");
public
android.os.ParcelFileDescriptor
getMainChannelFd
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config)
throw new RuntimeException("Stub!");
public
boolean
registerSinkAppConfiguration
(
java.lang.String
name,
int
dataType,
android.bluetooth.BluetoothHealthCallback
callback)
throw new RuntimeException("Stub!");
public
boolean
unregisterAppConfiguration
(
android.bluetooth.BluetoothHealthAppConfiguration
config)
throw new RuntimeException("Stub!");
Java Code Source