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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java39 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
47 * BluetoothDevice}.
49 * <p>To get a {@link BluetoothDevice}, use
74 public final class BluetoothDevice implements Parcelable { class in inherits:Parcelable
75 private static final String TAG = "BluetoothDevice";
90 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
91 * BluetoothDevice.ERROR)</code>
206 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
207 * broadcast by this class. It contains the {@link BluetoothDevice} that
663 synchronized (BluetoothDevice
704 /*package*/ BluetoothDevice(String address) { method in class:BluetoothDevice
[all...]

Completed in 1150 milliseconds