File
Doc
Category
Size
Date
Package
IBluetoothHealth.java
API Doc
Android 5.1 API
15147
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothHealth
public interface IBluetoothHealth implements android.os.IInterface
API for Bluetooth Health service {@hide}
Fields Summary
Constructors Summary
Methods Summary
public
boolean
connectChannelToSink
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config,
int
channelType)
public
boolean
connectChannelToSource
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config)
public
boolean
disconnectChannel
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config,
int
id)
public
java.util.List
getConnectedHealthDevices
()
public
int
getHealthDeviceConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getHealthDevicesMatchingConnectionStates
(
int[]
states)
public
android.os.ParcelFileDescriptor
getMainChannelFd
(
android.bluetooth.BluetoothDevice
device,
android.bluetooth.BluetoothHealthAppConfiguration
config)
public
boolean
registerAppConfiguration
(
android.bluetooth.BluetoothHealthAppConfiguration
config,
android.bluetooth.IBluetoothHealthCallback
callback)
public
boolean
unregisterAppConfiguration
(
android.bluetooth.BluetoothHealthAppConfiguration
config)
Java Code Source