File
Doc
Category
Size
Date
Package
BluetoothHealthCallback.java
API Doc
Android 5.1 API
574
Sat Mar 14 14:09:42 GMT 2015
android.bluetooth
BluetoothHealthCallback
java.lang.Object
public abstract class BluetoothHealthCallback extends Object
Fields Summary
Constructors Summary
public BluetoothHealthCallback
()
throw new RuntimeException("Stub!");
Methods Summary
public void
onHealthAppConfigurationStatusChange
(
android.bluetooth.BluetoothHealthAppConfiguration
config,
int
status)
throw new RuntimeException("Stub!");
public void
onHealthChannelStateChange
(
android.bluetooth.BluetoothHealthAppConfiguration
config,
android.bluetooth.BluetoothDevice
device,
int
prevState,
int
newState,
android.os.ParcelFileDescriptor
fd,
int
channelId)
throw new RuntimeException("Stub!");
Java Code Source