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
72 public final class BluetoothDevice implements Parcelable { class in inherits:Parcelable
73 private static final String TAG = "BluetoothDevice";
88 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
89 * BluetoothDevice.ERROR)</code>
204 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
205 * broadcast by this class. It contains the {@link BluetoothDevice} that
609 synchronized (BluetoothDevice
650 /*package*/ BluetoothDevice(String address) { method in class:BluetoothDevice
[all...]

Completed in 96 milliseconds