From: Heikki Vuolteenaho <hvuoltee@cc.hut.fi>
To: bluez-users@lists.sourceforge.net
Subject: [Bluez-users] Receiving multiple (>2) incoming rfcomm connections?
Date: Mon, 17 Jan 2005 11:58:52 +0200 [thread overview]
Message-ID: <41EB8C5C.2090708@cc.hut.fi> (raw)
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
next reply other threads:[~2005-01-17 9:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-17 9:58 Heikki Vuolteenaho [this message]
2005-01-17 11:23 ` [Bluez-users] Receiving multiple (>2) incoming rfcomm connections? Marcel Holtmann
2005-01-18 9:26 ` Heikki Vuolteenaho
2005-01-19 9:06 ` Heikki Vuolteenaho
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41EB8C5C.2090708@cc.hut.fi \
--to=hvuoltee@cc.hut.fi \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.