Results 1 to 2 of 2
  1. #1
    Recently Initiate
    Join Date
    Nov 2008
    Device
    -
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Bluetooth Port problem

    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?

  2. #2
    Recently Initiate
    Join Date
    Nov 2008
    Device
    -
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Bluetooth Port problem

    No,it is impossible

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •