Searched refs:mPasskey (Results 1 – 2 of 2) sorted by relevance
60 private int mPasskey; field in BluetoothPairingController83 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()86 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()
62 private int mPasskey; field in BluetoothPairingController87 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()92 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()