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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java35 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
43 * BluetoothDevice}.
45 * <p>To get a {@link BluetoothDevice}, use
67 public final class BluetoothDevice implements Parcelable { class in inherits:Parcelable
68 private static final String TAG = "BluetoothDevice";
75 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
76 * BluetoothDevice.ERROR)</code>
190 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
191 * broadcast by this class. It contains the {@link BluetoothDevice} that
506 synchronized (BluetoothDevice
540 /*package*/ BluetoothDevice(String address) { method in class:BluetoothDevice
[all...]

Completed in 64 milliseconds