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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java156 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) { argument
160 mPasskey = passkey;
725 * @param passkey The pairing passkey if pairing requires a passkey. Any value if not.
728 public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) { argument
729 pairOrAcceptPair(adapter, device, passkey, pin, true);
738 * @param passkey The pairing passkey if pairing requires a passkey
741 acceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) argument
757 pairOrAcceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin, boolean shouldPair) argument
1392 getPairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java288 * intents as the value of passkey.
501 * The user will be prompted to enter a passkey
507 * The user will be prompted to confirm the passkey displayed on the screen or
508 * an app will confirm the passkey for the user.
519 * The user will be prompted to enter the passkey displayed on remote device
1159 public boolean setPasskey(int passkey) { argument
1163 return sService.setPasskey(this, true, 4, passkey);
1169 * Confirm passkey for {@link #PAIRING_VARIANT_PASSKEY_CONFIRMATION} pairing.

Completed in 427 milliseconds