Home
last modified time | relevance | path

Searched refs:mUnlockServiceUuid (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java127 private UUID mUnlockServiceUuid; field in CarTrustAgentBleManager
347 mUnlockServiceUuid = UUID.fromString(mContext.getString(R.string.unlock_service_uuid)); in setupUnlockBleServer()
353 mUnlockGattService = new BluetoothGattService(mUnlockServiceUuid, in setupUnlockBleServer()
478 .addServiceData(new ParcelUuid(mUnlockServiceUuid), mUniqueId) in startUnlockAdvertising()
479 .addServiceUuid(new ParcelUuid(mUnlockServiceUuid)) in startUnlockAdvertising()