Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java102 private BluetoothGattService mFastPairService = new BluetoothGattService( field in FastPairGattServer
586 mFastPairService.addCharacteristic(mModelIdCharacteristic); in setup()
598 mFastPairService.addCharacteristic(mKeyBasedPairingCharacteristic); in setup()
611 mFastPairService.addCharacteristic(mPasskeyCharacteristic); in setup()
617 mFastPairService.addCharacteristic(mAccountKeyCharacteristic); in setup()
624 mFastPairService.addCharacteristic(mDeviceNameCharacteristic); in setup()
631 mBluetoothGattServer.addService(mFastPairService); in start()
638 mBluetoothGattServer.removeService(mFastPairService); in stop()