Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:passkey

42  * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple confirmation
98 int passkey =
100 if (passkey == BluetoothDevice.ERROR) {
104 mPasskey = String.format("%06d", passkey);
109 int passkey =
111 if (passkey == BluetoothDevice.ERROR) {
115 mPasskey = String.format("%06d", passkey);
161 // Maximum of 6 digits for passkey
247 int passkey = Integer.parseInt(value);
248 mDevice.setPasskey(passkey);