Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java139 private BluetoothGattCharacteristic mModelIdCharacteristic; field in FastPairGattServer
173 if (characteristic == mModelIdCharacteristic) {
582 mModelIdCharacteristic = new BluetoothGattCharacteristic(FAST_PAIR_MODEL_ID_UUID.getUuid(), in setup()
585 mModelIdCharacteristic.setValue(mModelId); in setup()
586 mFastPairService.addCharacteristic(mModelIdCharacteristic); in setup()