Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java142 private BluetoothGattCharacteristic mAccountKeyCharacteristic; field in FastPairGattServer
193 if (characteristic == mAccountKeyCharacteristic) {
613 mAccountKeyCharacteristic = in setup()
617 mFastPairService.addCharacteristic(mAccountKeyCharacteristic); in setup()