All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabien Chevalier <fabchevalier@free.fr>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
Date: Thu, 16 Nov 2006 13:54:03 +0100	[thread overview]
Message-ID: <455C5F6B.9060700@free.fr> (raw)
In-Reply-To: <1163675396.5169.42.camel@localhost>

Marcel Holtmann wrote:
> Hi Fabien,
> 
>>> Is there any method with which I can create an eSCO connection using the BlueZ stack?
>>> I mean, if I create a socket in the following manner:
>>> int s;
>>> s = socket(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_SCO);
>>>
>>> then the command sent will be "Add Sco Connection".
>>>
>>> But the problem is that my device (BT2.0)does not support this command as it has been deprecated since v1.2.
>>> My device supports only "Setup Synchronous Command".
>>>
>> Interesting : Could you tell me which is the device in your case that 
>> does not support the BT 1.2 anymore ? Is it the host controller or the 
>> headset ?
> 
> it can only be the dongle and the "Add SCO Connection" command has
> already been deprecated with the Bluetooth 1.2 specification. However
> most dongles still support it for backward compatibility.
> 

Thanks for your answers guys :-)

I guess then it's just a matter of checking if this feature is supported 
in the features bitmask, and send "Setup Synchronous Command" instead of
"Add SCO Connection" if this is the case.

It shouldn't be too complicated to hack bluez to support this...

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

      parent reply	other threads:[~2006-11-16 12:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-16 10:05 [Bluez-devel] Can I create an eSCO connection using BlueZ? Mayank BATRA
2006-11-16 10:23 ` Marcel Holtmann
2006-11-16 10:31   ` Mayank BATRA
2006-11-16 10:59 ` Fabien Chevalier
2006-11-16 11:09   ` Marcel Holtmann
2006-11-16 11:39     ` Mayank BATRA
2006-11-16 12:54     ` Fabien Chevalier [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=455C5F6B.9060700@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 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.