From: Manuel Naranjo <manuel@aircable.net>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] multiple rfcomm listen
Date: Wed, 19 Mar 2008 11:24:08 -0300 [thread overview]
Message-ID: <47E12208.1050803@aircable.net> (raw)
In-Reply-To: <BAY118-DAV93F8B33BE33C1D9FAEC00C7070@phx.gbl>
[-- Attachment #1: Type: text/plain, Size: 430 bytes --]
Chane,
> Can "rfcomm listen" accept multiple connections from rfcomm clients? I
> have tried two rfcomm listen as following:
> >rfcomm listen 0 1 &
> >rfcomm listen 0 2 &
rfcomm listen can listen to up to 7 concurrent connections, but not all
the connections to the same port (rfcomm# node). You should do:
rfcomm listen 0 1 &
rfcomm listen 1 2 &
And when the connection is established you will get:
/dev/rfcomm0
/dev/rfcomm1
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2008-03-19 14:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-19 6:50 [Bluez-users] multiple rfcomm listen ichane
2008-03-19 14:24 ` Manuel Naranjo [this message]
2008-03-19 15:42 ` ichane
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=47E12208.1050803@aircable.net \
--to=manuel@aircable.net \
--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.