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()
67 private int mPasskey; field in BluetoothPairingController96 mPasskey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in BluetoothPairingController()101 mPasskeyFormatted = formatKey(mPasskey); in BluetoothPairingController()