Searched defs:pairingKey (Results 1 – 5 of 5) sorted by relevance
75 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local182 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in createPairingNotification() local
50 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in onReceive() local
153 int pairingKey = in onCreate() local425 String pairingKey, int type) { in newInstance()
65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local
854 private boolean processPairingKey(byte[] pairingKey) { in processPairingKey()