Searched refs:mUnlockTokenHandle (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarUnlockService.java45 private BluetoothGattCharacteristic mUnlockTokenHandle; field in class:CarUnlockService
93 if (uuid.equals(mUnlockTokenHandle.getUuid())) {
148 mUnlockTokenHandle = new BluetoothGattCharacteristic(
154 mUnlockService.addCharacteristic(mUnlockTokenHandle);
H A DPhoneUnlockController.java46 private BluetoothGattCharacteristic mUnlockTokenHandle; field in class:PhoneUnlockController
111 mUnlockTokenHandle.setValue(Utils.getBytes(handle));
114 mClient.writeCharacteristic(mUnlockTokenHandle);
151 mUnlockTokenHandle

Completed in 57 milliseconds