Searched defs:passkey (Results 1 – 8 of 8) sorted by relevance
/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 | 371 private String formatKey(int passkey) { in formatKey() 391 private void onPair(String passkey) { in onPair()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | BondStateMachine.java | 253 int passkey = msg.arg1; in processMessage() local 255 sendDisplayPinIntent(devProp.getAddress(), passkey, variant); in processMessage() local 475 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()
|
D | AdapterService.java | 1945 public boolean setPasskey(BluetoothDevice device, boolean accept, int len, byte[] passkey, in setPasskey() 3909 private native boolean sspReplyNative(byte[] address, int type, boolean accept, int passkey); in sspReplyNative()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothPairingDialog.java | 127 int passkey = in onCreate() local 299 int passkey = Integer.parseInt(value); in onPair() local
|
/packages/services/Car/service/src/com/android/car/ |
D | FastPairGattServer.java | 523 int passkey = Byte.toUnsignedInt(decryptedRequest[1]) * 65536 in processPairingKey() local
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1366 jint type, jboolean accept, jint passkey) { in sspReplyNative()
|