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

  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 22 import android.bluetooth.BluetoothDevice;
83 String[] devices = mBluetoothService.listInState(BluetoothDevice.BOND_BONDING);
92 BluetoothDevice.BOND_NONE,
93 BluetoothDevice.UNBOND_REASON_REMOTE_AUTH_CANCELED);
156 Intent intent = new Intent(BluetoothDevice.ACTION_FOUND);
157 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mAdapter.getRemoteDevice(address));
158 intent.putExtra(BluetoothDevice.EXTRA_CLASS,
160 intent.putExtra(BluetoothDevice.EXTRA_RSSI, rssiValue);
161 intent.putExtra(BluetoothDevice.EXTRA_NAME, name);
178 Intent intent = new Intent(BluetoothDevice.ACTION_DISAPPEARED)
    [all...]
BluetoothService.java 29 import android.bluetooth.BluetoothDevice;
359 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDING)) {
360 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
361 BluetoothDevice.UNBOND_REASON_AUTH_CANCELED);
613 setPin(address, BluetoothDevice.convertPinToBytes("0000"));
620 if (result == BluetoothDevice.BOND_SUCCESS) {
621 setBondState(address, BluetoothDevice.BOND_BONDED);
625 } else if (result == BluetoothDevice.UNBOND_REASON_AUTH_FAILED &&
629 } else if (result == BluetoothDevice.UNBOND_REASON_REMOTE_DEVICE_DOWN &&
633 setBondState(address, BluetoothDevice.BOND_NONE, result)
    [all...]
  /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
60 public final class BluetoothDevice implements Parcelable {
61 private static final String TAG = "BluetoothDevice";
67 * <p><code>Intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
68 * BluetoothDevice.ERROR)</code>
170 * Used as a Parcelable {@link BluetoothDevice} extra field in every intent
171 * broadcast by this class. It contains the {@link BluetoothDevice} that
349 synchronized (BluetoothDevice.class)
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 56 milliseconds