Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java130 private BluetoothGattService mUnlockGattService; field in CarTrustAgentBleManager
259 : mUnlockGattService.getCharacteristic(clientCharacteristicUUID); in resolveBLEVersion()
353 mUnlockGattService = new BluetoothGattService(mUnlockServiceUuid, in setupUnlockBleServer()
371 mUnlockGattService.addCharacteristic(clientCharacteristic); in setupUnlockBleServer()
372 mUnlockGattService.addCharacteristic(serverCharacteristic); in setupUnlockBleServer()
475 mBlePeripheralManager.startAdvertising(mUnlockGattService, in startUnlockAdvertising()
536 return mUnlockGattService.getCharacteristic(mUnlockServerWriteUuid); in getCharacteristicForWrite()