public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Receiving multiple (>2) incoming rfcomm connections?
@ 2005-01-17  9:58 Heikki Vuolteenaho
  2005-01-17 11:23 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Heikki Vuolteenaho @ 2005-01-17  9:58 UTC (permalink / raw)
  To: bluez-users

Hi all,

I'm trying to create a simple application that receives incoming rfcomm 
connections from Nokia Series60 phones and listens for incoming data.

This is how I'm doing it currently:

for (i = 1...n) {
   Listen on channel 1, rfcomm port i (rfcomm listen i)
   Wait until incoming connection received
   Start a new thread that handles incoming data on /dev/rfcomm<i>
}


For one or two connections, it works ok. However, when I try to connect 
a third device, nothing happens. Nothing shows up even on hcidump when I 
try to connect the third phone. On the phone I receive error 
EPageTimedOut(-6004), which according to my friend means that the phone 
could not get any kind of connection.

Any ideas why it's not working? Thanks in advance,

-Hege-



Setup details:
-Compaq Evo laptop with Debian
-Conceptronic USB BT (CSR)
-Various Nokia phones (6630, 6600, Ngage, 3650)
-Python pyserial module for reading the serial port



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-19  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-17  9:58 [Bluez-users] Receiving multiple (>2) incoming rfcomm connections? Heikki Vuolteenaho
2005-01-17 11:23 ` Marcel Holtmann
2005-01-18  9:26   ` Heikki Vuolteenaho
2005-01-19  9:06     ` Heikki Vuolteenaho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox