Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairProvider.java55 private FastPairGattServer mFastPairGattServer; field in FastPairProvider
61 mFastPairGattServer.updateLocalRpa(device);
104 && mFastPairGattServer != null
105 && !mFastPairGattServer.isConnected()) {
116 if (mFastPairGattServer != null) {
117 mFastPairGattServer.stop();
118 mFastPairGattServer = null;
222 if (mFastPairGattServer == null) { in startGatt()
227 mFastPairGattServer.start(); in startGatt()
252 if (mFastPairGattServer != null) { in dump()
[all …]