All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] about rfcomm tty channel listening
Date: Tue, 31 May 2005 09:32:13 +0200	[thread overview]
Message-ID: <1117524733.7072.239.camel@pegasus> (raw)
In-Reply-To: <429BCBD3.90205@avantwave.com>

Hi,

> >>    When i bind a rfcomm tty socket, Could i serve mulitple connections
> >>at the same time? And how about rfcomm raw socket? if the answer is no,
> >>that mean i need to open a new channel to listen.
> >>    Also , could i connect the rfcomm channel in the same computer?
> >
> >be more specific in what you are trying to do. I can't follow you.
> >
>     Sorry for my bad english, may be i describe more.
>     I am now writing a server program to accept 2 rfcomm connections. I
> found that it is not possible to accept 2 connections with same channel.
> Why i ask this because, in tcp socket, a server create a socket with
> e.g. 80 port. It can then accept multiple connections with the same port
> number. The behavior is different between channel and socket.
>     So, if i want to make multiple connections with rfcomm, i need to
> bind, listen and accept in another rfcomm socket. Does this thinking
> correct?

this works if the two client connections are from different devices. If
they are coming from the same device then this won't work and you need a
second server on a different channel.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

      reply	other threads:[~2005-05-31  7:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-30 12:19 [Bluez-users] about rfcomm tty channel listening mike lee
2005-05-30 16:39 ` Marcel Holtmann
2005-05-31  2:28   ` mike lee
2005-05-31  7:32     ` Marcel Holtmann [this message]

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=1117524733.7072.239.camel@pegasus \
    --to=marcel@holtmann.org \
    --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.