Uses of Class
android.bluetooth.BluetoothHealthAppConfiguration

Packages that use BluetoothHealthAppConfiguration
android.bluetooth   
 

Uses of BluetoothHealthAppConfiguration in android.bluetooth
 

Fields in android.bluetooth with type parameters of type BluetoothHealthAppConfiguration
static Parcelable.Creator<BluetoothHealthAppConfiguration> BluetoothHealthAppConfiguration.CREATOR
           
 

Methods in android.bluetooth with parameters of type BluetoothHealthAppConfiguration
 boolean BluetoothHealth.connectChannelToSource(BluetoothDevice device, BluetoothHealthAppConfiguration config)
           
 boolean BluetoothHealth.disconnectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelId)
           
 ParcelFileDescriptor BluetoothHealth.getMainChannelFd(BluetoothDevice device, BluetoothHealthAppConfiguration config)
           
 void BluetoothHealthCallback.onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status)
           
 void BluetoothHealthCallback.onHealthChannelStateChange(BluetoothHealthAppConfiguration config, BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, int channelId)
           
 boolean BluetoothHealth.unregisterAppConfiguration(BluetoothHealthAppConfiguration config)
           
 



Copyright © 2008-2012. All Rights Reserved.