Searched refs:maybePin (Results 1 – 1 of 1) sorted by relevance
488 private void sendDisplayPinIntent(byte[] address, Optional<Integer> maybePin, int variant) { in sendDisplayPinIntent() argument492 maybePin.ifPresent(pin -> intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pin)); in sendDisplayPinIntent()