Hi,
I am trying to develop Java ME aplication for w610i. I want to connect the Wii Controller via bluetooth. The problem is, that JSR-82 (the java ME bluetooth API) doesn't allow connection with PSM lower than 0x1000 which is the Wii Controller using. (Controller uses usual HID PSMs 0x11 and 0x13).
On the other side, the SE phone can act as a HID device for a comuter, therefore his bluetooth module must be able to use PSMs 0x11 and 0x13.
Every time I tried to call Connector.open() method with these values, I got the "invalid PSM value" error. I think the only problem is the method checking input value. If this check can be somehow disabled, the app would work.
Is it possible to achieve this by patching firmware?