Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java377 BluetoothGattCharacteristic serverCharacteristic = in setupEnrollmentBleServer() local
382 addDescriptorToCharacteristic(serverCharacteristic); in setupEnrollmentBleServer()
385 mEnrollmentGattService.addCharacteristic(serverCharacteristic); in setupEnrollmentBleServer()
411 BluetoothGattCharacteristic serverCharacteristic = new BluetoothGattCharacteristic( in setupUnlockBleServer() local
416 addDescriptorToCharacteristic(serverCharacteristic); in setupUnlockBleServer()
419 mUnlockGattService.addCharacteristic(serverCharacteristic); in setupUnlockBleServer()