Searched refs:mRemoteGattDevice (Results 1 – 2 of 2) sorted by relevance
120 private BluetoothDevice mRemoteGattDevice; field in FastPairGattServer211 mRemoteGattDevice = null;215 mRemoteGattDevice = device;538 mBluetoothGattServer.cancelConnection(mRemoteGattDevice); in stop()539 mRemoteGattDevice = null; in stop()565 Slogf.d(TAG, "isConnected() -> %s", (mRemoteGattDevice != null)); in isConnected()567 return (mRemoteGattDevice != null); in isConnected()952 .notifyCharacteristicChanged(mRemoteGattDevice, mPasskeyCharacteristic, false); in sendPairingResponse()991 writer.println("Currently connected to : " + mRemoteGattDevice); in dump()
63 private BluetoothDevice mRemoteGattDevice; field in GattTransportServerProvider359 mRemoteGattDevice, mOutControlPointCharacteristic, /*confirm=*/ false)) { in processOutDataPacket()436 mRemoteGattDevice = null; in startProcessing()442 mRemoteGattDevice = device; in startProcessing()452 return mRemoteGattDevice != null; in isProcessing()