Re: [J2ME and Bluetooth] Trying to connect 3 mobile phones

From: JScoobyCed (pim_at_pam.poum)
Date: 03/02/05


Date: Wed, 02 Mar 2005 10:24:47 +0700

Michael Sars Norum wrote:
> Hi
>
> I'm currently working on a research project where we are developing a
> framework for ad hoc network based application on J2ME using Bluetooth
> as a reference implementation in the network layer.
>
> We currently have code running that connects to phones and allows them
> to communicate. However we have problems connecting three phones in a
> network.
>
> So far we have found that device discovery can not be done in parallel
> on the phones. Does this mean that we can not connect a phone to more
> than a single device at a time?
>
> We are currently using the RFCOMM protocal for communication, does this
> force any added restrictions as to how many connections can be open at
> once? The Bluetooth spec states that a Bluetooth piconet can consist of
> up to 8 devices (one master and 7 slaves). Do mobile phones not
> implement this or is it possibly just a limitation in JABWT?
>
> We are currently using 3 phones for testing, SE p900, Nokia 6600 and
> Siemens S65. All three phones have different behaviour as to how they
> handle different events. And the SE p900 actually have an erroneous
> JABWT implementation.
>

Hi,

   I have been working quite a lot with bluetooth and Nokia 6600. It is
supposed to be able to connect up to 7 devices at the same time 9from
the JSR82 if I am right), but Nokia 6600 has a limitation of being able
to open only two connection at a time. That is, once you are connected
to one device, the remaining connection is used for discovery. So you
won't be able to connect to more than one device with a Nokia 6600.
I have no clue about SE P900 or Siemens mobile.
If you need some support, http://benhui.net is very useful (I have no
link with this website, but recieved some good help at the time I was
working on BT and J2ME).

--
JSC


Relevant Pages

  • Re: HP IPAQ 4100 newbe questions
    ... > 2) Bluetooth connection to a wireless phone ... If you can use bluetooth on your device (I can't remember if the 4100 ... > has built in Bluetooth or not) than you can make a connection to a bluetooth ... > to support this on your network. ...
    (microsoft.public.pocketpc.wireless)
  • Re: iPAQ 4155: VPN over Bluetooth
    ... When you setup the Bluetooth network, you need to setup a local LAN network, ... Bluetooth LAN on your PC is not configure correctly. ... Serial connection ... > dongle, enable BT on the PDA, tap on the "Active Sync via Bluetooth" icon ...
    (microsoft.public.pocketpc.wireless)
  • Re: IP Routing problem with Bluetooth..persistent routes?
    ... I have a Belkin Wireless router with an ADSL internet ... I have a Bluetooth adapter plugged into the hardwired PC. ... Ethernet adapter Bluetooth Network: ... The hardwired PC isn't configured to share its Internet connection via ...
    (microsoft.public.windowsxp.network_web)
  • Re: Ipaq 4150 Internet access
    ... Bluetooth adapter to work properly. ... > connection to my main system. ... I have a second network card ... I also have a Belkin USB Bluetooth dongle with a fixed i/p ...
    (microsoft.public.pocketpc)
  • [J2ME and Bluetooth] Trying to connect 3 mobile phones
    ... framework for ad hoc network based application on J2ME using Bluetooth ... as a reference implementation in the network layer. ... We currently have code running that connects to phones and allows them ...
    (comp.lang.java.programmer)