Home | History | Annotate | Download | only in api

Lines Matching full:bluetoothdevice

4432     method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4433 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4434 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4435 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
4449 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
4454 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String);
4455 method public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]);
4685 public final class BluetoothDevice implements android.os.Parcelable {
4719 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4720 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4721 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4722 method public boolean isAudioConnected(android.bluetooth.BluetoothDevice);
4723 method public boolean startVoiceRecognition(android.bluetooth.BluetoothDevice);
4724 method public boolean stopVoiceRecognition(android.bluetooth.BluetoothDevice);
4743 method public boolean connectChannelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4744 method public boolean disconnectChannel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
4745 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4746 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4747 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4748 method public android.os.ParcelFileDescriptor getMainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4777 method public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, android.bluetooth.BluetoothDevice, int, int, android.os.ParcelFileDescriptor, int);
4781 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4782 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
4783 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4811 method public android.bluetooth.BluetoothDevice getRemoteDevice();