During my investigations to pair a bluetooth device as a sixaxis with my PS3, I modified the original sixpair code:
- sixaddr.c is a tool to get the sixaxis device address and the PS3 device address (not useful for the investigation, but it is great for step 1 of the sixaxis emulator tutorial)
- sixdump.c is a tool to get all the usb get requests answered by a sixaxis (used in step 2)
- sixmod.c is a tool to see the effect of a particular usb set request on the sixaxis (used in step 3)
I couldn’t have made the ‘pairing device’ work without this code!