FileDocCategorySizeDatePackage
IBluetoothHealth.javaAPI DocAndroid 5.1 API15147Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothHealth

public interface IBluetoothHealth implements android.os.IInterface
API for Bluetooth Health service {@hide}

Fields Summary
Constructors Summary
Methods Summary
public booleanconnectChannelToSink(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config, int channelType)

public booleanconnectChannelToSource(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config)

public booleandisconnectChannel(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config, int id)

public java.util.ListgetConnectedHealthDevices()

public intgetHealthDeviceConnectionState(android.bluetooth.BluetoothDevice device)

public java.util.ListgetHealthDevicesMatchingConnectionStates(int[] states)

public android.os.ParcelFileDescriptorgetMainChannelFd(android.bluetooth.BluetoothDevice device, android.bluetooth.BluetoothHealthAppConfiguration config)

public booleanregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration config, android.bluetooth.IBluetoothHealthCallback callback)

public booleanunregisterAppConfiguration(android.bluetooth.BluetoothHealthAppConfiguration config)