Possible to emulate a USB Mouse using an Arduino and Bluetooth chip?

Hello everyone, does anyone know if it's possible to have an Arduino + Bluetooth breakout function as a USB mouse? If so, could you please point me in the right direction?

Ideally, the arduino would take user input in the form of buttons or accelerometer output, and then send that through the Bluetooth breakout to the computer. Then, the computer's mouse would start moving.

I'm guessing you mean a Bluetooth Mouse, not a USB Mouse.

The Arduino Leonardo and Arduino Micro can emulate a USB (NOT Bluetooth) mouse.

I'm sure that with enough programming knowledge and the right Bluetooth hardware you could produce the correct Bluetooth messages to emulate a Bluetooth Mouse.

I'd start with a Google search for "Bluetooth Mouse" Arduino to see if anyone had already done the hard work.