Interfacing Mouse to PC With Arduino

Firstly, I am going to state what my setup is:

-I have an Arduino Due with a mouse connected to the microUSB port.

-I have connected a Bluetooth to serial module to the Due's Rx and Tx pins.

-I have put a Bluetooth dongle into my PC.

This is what I want to do:

-I would like to capture the data which the mouse sends over USB

-Use the Bluetooth transmitter to send the mouse data to the Bluetooth dongle

-I would then use the dongle to control the cursor on the PC.

My questions are:

-How feasible is analysing the Bluetooth data packets used by a Bluetooth mouse under normal circumstances and using this so that Arduino can communicate with the dongle instead?

-Is it possible to match the format of data used by a standard Bluetooth mouse to control a PC's cursor?

I understand that this is a poor explanation but I hope someone can help me out here.

Calum

The reason you have received no other reply to date is that no-one can see any advantage whatsoever in this tedious exercise, over going out and buying a Bluetooth mouse. :astonished:

I want to be able to play around with the mouse data stream - this would allow me to smooth out sudden movements or add other features so that those with disabilities can use a PC more easily.

Kinda like the "Accessibility" features built into Windoze and Linux, you mean?