android.bluetooth
Class BluetoothHealthCallback

java.lang.Object
  extended by android.bluetooth.BluetoothHealthCallback

public abstract class BluetoothHealthCallback
extends Object


Constructor Summary
BluetoothHealthCallback()
           
 
Method Summary
 void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status)
           
 void onHealthChannelStateChange(BluetoothHealthAppConfiguration config, BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, int channelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BluetoothHealthCallback

public BluetoothHealthCallback()
Method Detail

onHealthAppConfigurationStatusChange

public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config,
                                                 int status)

onHealthChannelStateChange

public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config,
                                       BluetoothDevice device,
                                       int prevState,
                                       int newState,
                                       ParcelFileDescriptor fd,
                                       int channelId)


Copyright © 2008-2012. All Rights Reserved.