Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java109 private BluetoothDevice mRemoteGattDevice; field in FastPairGattServer
124 return (mRemoteGattDevice != null); in isConnected()
159 mRemoteGattDevice = null;
162 mRemoteGattDevice = device;
571 .notifyCharacteristicChanged(mRemoteGattDevice, mPasskeyCharacteristic, false); in sendPairingResponse()
642 writer.println("Currently connected to : " + mRemoteGattDevice); in dump()