Searched defs:pairingKey (Results 1 – 6 of 6) sorted by relevance
75 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local185 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in createPairingNotification() local
50 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in onReceive() local
145 int pairingKey = in onCreate() local416 String pairingKey, int type) { in newInstance()
65 int pairingKey = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, in getPairingDialogIntent() local
477 void sendPairingKey(int pairingKey) { in sendPairingKey()
522 boolean processPairingKey(byte[] pairingKey) { in processPairingKey()