Searched refs:mBluetoothTransferId (Results 1 – 1 of 1) sorted by relevance
117 int mBluetoothTransferId; // ID of this transfer in Bluetooth namespace field in BeamTransferManager152 mBluetoothTransferId = -1; in BeamTransferManager()222 if (mBluetoothTransferId == -1 && id != -1) { in setBluetoothTransferId()223 mBluetoothTransferId = id; in setBluetoothTransferId()286 if (mBluetoothTransferId != -1) { in cancel()298 cancelIntent.putExtra(BeamStatusReceiver.EXTRA_TRANSFER_ID, mBluetoothTransferId); in sendBluetoothCancelIntentAndUpdateState()