Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairProvider.java58 private FastPairGattServer mFastPairGattServer; field in FastPairProvider
64 mFastPairGattServer.updateLocalRpa(device);
112 boolean isFastPairing = mFastPairGattServer.isConnected();
179 mFastPairGattServer = new FastPairGattServer(mContext, mModelId, mAntiSpoofKey, in FastPairProvider()
249 mFastPairGattServer.start(); in startGatt()
254 mFastPairGattServer.stop(); in stopGatt()
275 mFastPairGattServer.dump(writer); in dump()