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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java34 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
42 * BluetoothDevice}.
44 * <p>To get a {@link BluetoothDevice}, use
66 public final class BluetoothDevice implements Parcelable { class in inherits:Parcelable
67 private static final String TAG = "BluetoothDevice";
82 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
83 * BluetoothDevice.ERROR)</code>
197 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
198 * broadcast by this class. It contains the {@link BluetoothDevice} that
582 synchronized (BluetoothDevice
616 /*package*/ BluetoothDevice(String address) { method in class:BluetoothDevice
[all...]

Completed in 51 milliseconds