Lines Matching full:bluetoothdevice
4224 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4225 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4226 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4227 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
4241 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
4246 method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String);
4476 public final class BluetoothDevice implements android.os.Parcelable {
4510 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4511 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4512 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4513 method public boolean isAudioConnected(android.bluetooth.BluetoothDevice);
4514 method public boolean startVoiceRecognition(android.bluetooth.BluetoothDevice);
4515 method public boolean stopVoiceRecognition(android.bluetooth.BluetoothDevice);
4534 method public boolean connectChannelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4535 method public boolean disconnectChannel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
4536 method public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4537 method public int getConnectionState(android.bluetooth.BluetoothDevice);
4538 method public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4539 method public android.os.ParcelFileDescriptor getMainChannelFd(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
4568 method public void onHealthChannelStateChange(android.bluetooth.BluetoothHealthAppConfiguration, android.bluetooth.BluetoothDevice, int, int, android.os.ParcelFileDescriptor, int);
4572 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
4573 method public abstract int getConnectionState(android.bluetooth.BluetoothDevice);
4574 method public abstract java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[]);
4602 method public android.bluetooth.BluetoothDevice getRemoteDevice();