I have been trying to get this and the BD remote to work in linux. The problem is even when the devices are set to discoverable, they will not show up (broadcast) using the standard BT linux utils ( hidd search ).
What us developers need is what the bluetooth device ID is for these devices, then we can query them, get past any security, pair with them, then finally write some code to use them.
The main thing holding this up right now is not knowing the BT device ID, similar to the IP address in the TCP IP world, IE 08:0A:09:CA:04:34. Using brute force this can take days or even months, and is further complicated by the fact that the device will go into sleep and not respond.
This time can be significantly reduced if we know the 'manufacturer prefix' for the devices, which as far as my research takes me, cannot be found easily. Another option is radio BT sniffers which can find the ID by inspecting the packets in transit, but these are very expensive and usually only found in universities.
The only other option I can think of is if someone decrypts the PS3 update file and can find the ID for the controllers inside the update code. This might be the fastest option since the PSP scene has been doing this for a while.
The short answer is no BT -yet-, orff
Last edited by orff9; 01-23-2007 at 11:12 AM.