linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabien Chevalier <fabchevalier@free.fr>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] SCO on bluez : some architectural tips
Date: Sun, 19 Nov 2006 18:02:06 +0100	[thread overview]
Message-ID: <45608E0E.60707@free.fr> (raw)
In-Reply-To: <455FEF89.4050107@xmission.com>

Brad,

> Fabien
> 
>> We would have to put
>>> in some locking to keep applications from trying to open more 
>>> simultaneous sco sockets. I wonder how the other audio servers avoid 
>>> this problem.
>> Brad, you should have a look at headsetd source.
>> I solved this problem there by having headsetd open the sco channel and 
>> then hand it over to the application using unix sockets ancillary data. 
>> (man 7 unix for more info)
> 
> nice... just like a cross-process dup().

That's exactly the spirit of it. :-)

> 
> if we have two audio clients open, it sounds like they could both hold 
> the fd to the sco socket--we'd just have to arbitrate who is allowed to 
> use it at any one time.

Exactly. :-) Current headsetd implementation waits for clients 
connections on a unix server socket, and can only accept a single client 
at a time.
Thus we are sure that the server will be able to hand over the sco fd to 
only one client at a time.

Just a question that comes to my mind: Headsetd does only support one 
active application and one SCO headset at a time. Is there any gain 
supporting two headsets at the same time ? I was just trying to look for 
use cases but didn't find any :-(

Cheers,

Fabien

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

  reply	other threads:[~2006-11-19 17:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-16 20:32 [Bluez-devel] SCO on bluez : some architectural tips Fabien Chevalier
2006-11-16 20:38 ` Albert Huang
2006-11-17  6:46   ` [Bluez-devel] RE : " Frederic Dalleau
2006-11-18 10:02   ` [Bluez-devel] " Fabien Chevalier
2006-11-16 21:56 ` Brad Midgley
2006-11-18 10:07   ` Fabien Chevalier
2006-11-19  5:45     ` Brad Midgley
2006-11-19 17:02       ` Fabien Chevalier [this message]
2006-11-17  6:45 ` [Bluez-devel] RE : " Frederic Dalleau
2006-11-18 10:27   ` Fabien Chevalier
2006-11-18 11:44     ` [Bluez-devel] RE : " Frederic Dalleau
2006-11-19  5:30       ` Brad Midgley
2006-11-19 16:54       ` Fabien Chevalier

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=45608E0E.60707@free.fr \
    --to=fabchevalier@free.fr \
    --cc=bluez-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).