Uses of Class
android.bluetooth.BluetoothDevice

Packages that use BluetoothDevice
android.bluetooth   
 

Uses of BluetoothDevice in android.bluetooth
 

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

Methods in android.bluetooth that return BluetoothDevice
 BluetoothDevice BluetoothSocket.getRemoteDevice()
           
 BluetoothDevice BluetoothAdapter.getRemoteDevice(String address)
           
 

Methods in android.bluetooth that return types with arguments of type BluetoothDevice
 Set<BluetoothDevice> BluetoothAdapter.getBondedDevices()
           
 List<BluetoothDevice> BluetoothProfile.getConnectedDevices()
           
 List<BluetoothDevice> BluetoothHealth.getConnectedDevices()
           
 List<BluetoothDevice> BluetoothHeadset.getConnectedDevices()
           
 List<BluetoothDevice> BluetoothA2dp.getConnectedDevices()
           
 List<BluetoothDevice> BluetoothProfile.getDevicesMatchingConnectionStates(int[] states)
           
 List<BluetoothDevice> BluetoothHealth.getDevicesMatchingConnectionStates(int[] states)
           
 List<BluetoothDevice> BluetoothHeadset.getDevicesMatchingConnectionStates(int[] states)
           
 List<BluetoothDevice> BluetoothA2dp.getDevicesMatchingConnectionStates(int[] states)
           
 

Methods in android.bluetooth with parameters of type BluetoothDevice
 boolean BluetoothHealth.connectChannelToSource(BluetoothDevice device, BluetoothHealthAppConfiguration config)
           
 boolean BluetoothHealth.disconnectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelId)
           
 int BluetoothProfile.getConnectionState(BluetoothDevice device)
           
 int BluetoothHealth.getConnectionState(BluetoothDevice device)
           
 int BluetoothHeadset.getConnectionState(BluetoothDevice device)
           
 int BluetoothA2dp.getConnectionState(BluetoothDevice device)
           
 ParcelFileDescriptor BluetoothHealth.getMainChannelFd(BluetoothDevice device, BluetoothHealthAppConfiguration config)
           
 boolean BluetoothA2dp.isA2dpPlaying(BluetoothDevice device)
           
 boolean BluetoothHeadset.isAudioConnected(BluetoothDevice device)
           
 void BluetoothHealthCallback.onHealthChannelStateChange(BluetoothHealthAppConfiguration config, BluetoothDevice device, int prevState, int newState, ParcelFileDescriptor fd, int channelId)
           
 boolean BluetoothHeadset.startVoiceRecognition(BluetoothDevice device)
           
 boolean BluetoothHeadset.stopVoiceRecognition(BluetoothDevice device)
           
 



Copyright © 2008-2012. All Rights Reserved.