| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ | 
| D | BluetoothAudioPairer.java | 431                     int passkey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, ERROR);  in onReceiveDeviceIntent()  local 455         private void handlePairingRequest(int variant, int passkey) {  in handlePairingRequest() 535                                         new ScopedTiming(mTimingLogger, "Exchange passkey")) {  in handlePairingRequest() 552                                             new ScopedTiming(mTimingLogger, "Encrypt passkey")) {  in handlePairingRequest() 569                                                     "Wait for remote passkey")) {  in handlePairingRequest() 577                                             new ScopedTiming(mTimingLogger, "Decrypt passkey")) {  in handlePairingRequest()
  | 
| D | PasskeyConfirmationHandler.java | 24     void onPasskeyConfirmation(BluetoothDevice device, int passkey);  in onPasskeyConfirmation()
  | 
| D | BluetoothClassicPairer.java | 144         private void handlePairingRequest(BluetoothDevice device, int variant, int passkey) {  in handlePairingRequest()
  | 
| /packages/modules/Bluetooth/system/gd/security/pairing/ | 
| D | classic_pairing_handler.cc | 44 void ClassicPairingHandler::NotifyUiDisplayPasskey(uint32_t passkey) {  in NotifyUiDisplayPasskey() 91 …cPairingHandler::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) {  in OnPasskeyEntry() 658 void ClassicPairingHandler::OnPasskeyInput(uint32_t passkey) {  in OnPasskeyInput()
  | 
| /packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ | 
| D | Security.kt | 263               val passkey =  in <lambda>()  constant 290               val passkey =  in <lambda>()  constant
  | 
| /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ | 
| D | BluetoothPairingController.java | 343     private String formatKey(int passkey) {  in formatKey() 364     private void onPair(String passkey) {  in onPair()
  | 
| /packages/apps/Settings/src/com/android/settings/bluetooth/ | 
| D | BluetoothPairingController.java | 447     private String formatKey(int passkey) {  in formatKey() 467     private void onPair(String passkey) {  in onPair()
  | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/ | 
| D | ShadowBluetoothDevice.java | 47     public boolean setPasskey(int passkey) {  in setPasskey()
  | 
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/pairinghandler/ | 
| D | HalfSheetPairingProgressHandler.java | 74     public void onHandlePasskeyConfirmation(BluetoothDevice device, int passkey) {  in onHandlePasskeyConfirmation()
  | 
| D | PairingProgressHandlerBase.java | 125     public void onHandlePasskeyConfirmation(BluetoothDevice device, int passkey) {  in onHandlePasskeyConfirmation()
  | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ | 
| D | BluetoothPairingDialog.java | 135                 int passkey =  in onCreate()  local 307                     int passkey = Integer.parseInt(value);  in onPair()  local
  | 
| /packages/modules/Bluetooth/system/test/mock/ | 
| D | mock_stack_smp_api.cc | 75                       uint32_t passkey) {  in SMP_PasskeyReply()
  | 
| /packages/modules/Bluetooth/system/gd/security/ | 
| D | pairing_handler_le_legacy.cc | 90   uint32_t passkey;  in LegacyPasskeyEntry()  local
  | 
| D | security_manager.cc | 116 …SecurityManager::OnPasskeyEntry(const bluetooth::hci::AddressWithType& address, uint32_t passkey) {  in OnPasskeyEntry()
  | 
| D | pairing_handler_le_secure_connections.cc | 289   uint32_t passkey;  in SecureConnectionsPasskeyEntry()  local
  | 
| /packages/modules/Bluetooth/framework/tests/stress/src/android/bluetooth/ | 
| D | BluetoothTestUtils.java | 163         PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) {  in PairReceiver() 803     public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) {  in pair() 816     public void acceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey,  in acceptPair() 832     private void pairOrAcceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey,  in pairOrAcceptPair() 1557     private PairReceiver getPairReceiver(BluetoothDevice device, int passkey, byte[] pin,  in getPairReceiver()
  | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ | 
| D | IBluetoothImpl.java | 141         int passkey = new Random().nextInt(999999) + 1;  in createBond()  local 222     public boolean setPasskey(BluetoothDevice device, int passkey) {  in setPasskey()
  | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ | 
| D | BondStateMachine.java | 253                     int passkey = msg.arg1;  in processMessage()  local 519     void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) {  in sspRequestCallback()
  | 
| D | JniCallbacks.java | 50     void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant, int passkey) {  in sspRequestCallback()
  | 
| /packages/modules/Bluetooth/system/stack/smp/ | 
| D | smp_api.cc | 357                       uint32_t passkey) {  in SMP_PasskeyReply()
  | 
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/ | 
| D | FastPairSimulator.java | 589         void onRemotePasskeyReceived(int passkey);  in onRemotePasskeyReceived() 591         default void onPasskeyConfirmation(int passkey, Consumer<Boolean> isConfirmed) {  in onPasskeyConfirmation() 1959     public void enterPassKey(int passkey) {  in enterPassKey() 1989     private void sendPasskeyToRemoteDevice(int passkey) {  in sendPasskeyToRemoteDevice()
  | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/ | 
| D | IBluetooth.java | 93     boolean setPasskey(BluetoothDevice device, int passkey);  in setPasskey()
  | 
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/halfsheet/ | 
| D | FastPairHalfSheetManager.java | 264     public void showPasskeyConfirmation(BluetoothDevice device, int passkey) {  in showPasskeyConfirmation()
  | 
| /packages/modules/Bluetooth/system/blueberry/tests/gd/security/ | 
| D | cert_security.py | 189     def input_passkey(self, address, passkey):  argument
  | 
| /packages/services/Car/service/src/com/android/car/bluetooth/ | 
| D | FastPairGattServer.java | 931     private void sendPairingResponse(int passkey) {  in sendPairingResponse()
  |