Re: multiple rfcomm listen

Manuel Naranjo <[email protected]>
Newsgroups gmane.linux.bluez.user
Message-ID <[email protected]>
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

-------------------------------------------------------------------------
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/

_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.