Home
last modified time | relevance | path

Searched refs:maybePin (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java488 private void sendDisplayPinIntent(byte[] address, Optional<Integer> maybePin, int variant) { in sendDisplayPinIntent() argument
492 maybePin.ifPresent(pin -> intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pin)); in sendDisplayPinIntent()