Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java323 BluetoothGattCharacteristic clientCharacteristic = in setupEnrollmentBleServer() local
337 mEnrollmentGattService.addCharacteristic(clientCharacteristic); in setupEnrollmentBleServer()
357 BluetoothGattCharacteristic clientCharacteristic = new BluetoothGattCharacteristic( in setupUnlockBleServer() local
371 mUnlockGattService.addCharacteristic(clientCharacteristic); in setupUnlockBleServer()