HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothDevice (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 34 * 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 {
67 private static final String TAG = "BluetoothDevice";
73 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
74 * BluetoothDevice.ERROR)</code>
176 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
177 * broadcast by this class. It contains the {@link BluetoothDevice} that
472 synchronized (BluetoothDevice.class)
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 20 import android.bluetooth.BluetoothDevice;
91 filter.addAction(BluetoothDevice.ACTION_PAIRING_REQUEST);
126 BluetoothDevice.BOND_BONDED);
145 if (oldState == BluetoothDevice.BOND_BONDING) {
151 if (state == BluetoothDevice.BOND_BONDED) {
158 } else if (state == BluetoothDevice.BOND_BONDING) {
162 } else if (state == BluetoothDevice.BOND_NONE) {
172 Intent intent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
173 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mService.getRemoteDevice(address));
174 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, state)
    [all...]
BluetoothEventLoop.java 22 import android.bluetooth.BluetoothDevice;
87 String[] devices = mBluetoothService.listInState(BluetoothDevice.BOND_BONDING);
96 BluetoothDevice.BOND_NONE,
97 BluetoothDevice.UNBOND_REASON_REMOTE_AUTH_CANCELED);
194 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND);
195 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
196 intent.putExtra(BluetoothDevice.EXTRA_CLASS,
198 intent.putExtra(BluetoothDevice.EXTRA_RSSI, rssiValue);
199 intent.putExtra(BluetoothDevice.EXTRA_NAME, name);
230 Intent intent = new Intent(BluetoothDevice.ACTION_DISAPPEARED)
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 265 milliseconds