FileDocCategorySizeDatePackage
BluetoothHealth.javaAPI DocAndroid 5.1 API2094Sat Mar 14 14:09:42 GMT 2015android.bluetooth

BluetoothHealth

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 booleanconnectChannelToSource(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config)

 throw new RuntimeException("Stub!"); 
public booleandisconnectChannel(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config, int channelId)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetConnectedDevices()

 throw new RuntimeException("Stub!"); 
public intgetConnectionState(android.bluetooth.BluetoothDevice device)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetDevicesMatchingConnectionStates(int[] states)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelFileDescriptorgetMainChannelFd(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config)

 throw new RuntimeException("Stub!"); 
public booleanregisterSinkAppConfiguration(java.lang.String name, int dataType, android.bluetooth.BluetoothHealthCallback callback)

 throw new RuntimeException("Stub!"); 
public booleanunregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration config)

 throw new RuntimeException("Stub!");