Searched defs:BluetoothDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java37 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
45 * BluetoothDevice}.
47 * <p>To get a {@link BluetoothDevice}, use
69 public final class BluetoothDevice implements Parcelable { class in inherits:Parcelable
70 private static final String TAG = "BluetoothDevice";
85 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
86 * BluetoothDevice.ERROR)</code>
201 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
202 * broadcast by this class. It contains the {@link BluetoothDevice} that
606 synchronized (BluetoothDevice
647 /*package*/ BluetoothDevice(String address) { method in class:BluetoothDevice
[all...]

Completed in 170 milliseconds