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.java330 BluetoothGattCharacteristic serverCharacteristic = in setupEnrollmentBleServer() local
335 addDescriptorToCharacteristic(serverCharacteristic); in setupEnrollmentBleServer()
338 mEnrollmentGattService.addCharacteristic(serverCharacteristic); in setupEnrollmentBleServer()
364 BluetoothGattCharacteristic serverCharacteristic = new BluetoothGattCharacteristic( in setupUnlockBleServer() local
369 addDescriptorToCharacteristic(serverCharacteristic); in setupUnlockBleServer()
372 mUnlockGattService.addCharacteristic(serverCharacteristic); in setupUnlockBleServer()