Searched refs:passkey (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl71 passkey);
H A DBluetoothDevice.java431 * The user will be prompted to enter a passkey
437 * The user will be prompted to confirm the passkey displayed on the screen
449 * The user will be prompted to enter the passkey displayed on remote device
918 public boolean setPasskey(int passkey) { argument
922 return sService.setPasskey(this, true, 4, passkey);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java153 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) { argument
157 mPasskey = passkey;
741 * @param passkey The pairing passkey if pairing requires a passkey. Any value if not.
744 public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) { argument
745 pairOrAcceptPair(adapter, device, passkey, pin, true);
754 * @param passkey The pairing passkey if pairing requires a passkey
757 acceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) argument
773 pairOrAcceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin, boolean shouldPair) argument
1397 getPairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) argument
[all...]

Completed in 82 milliseconds