* [Bluez-devel] Can I create an eSCO connection using BlueZ?
@ 2006-11-16 10:05 Mayank BATRA
2006-11-16 10:23 ` Marcel Holtmann
2006-11-16 10:59 ` Fabien Chevalier
0 siblings, 2 replies; 7+ messages in thread
From: Mayank BATRA @ 2006-11-16 10:05 UTC (permalink / raw)
To: BlueZ development
Hi,
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".
(eSCO connections can be created using only Setup Synchronous Command.)
In other words, my question is does BlueZ Stack send Setup Synchronous Command to establish Synchronous connections?
Best Regards,
Mayank
-------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
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
1 sibling, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2006-11-16 10:23 UTC (permalink / raw)
To: BlueZ development
Hi Mayank,
> 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".
>
> (eSCO connections can be created using only Setup Synchronous Command.)
>
> In other words, my question is does BlueZ Stack send Setup Synchronous Command to establish Synchronous connections?
no it doesn't support eSCO setups. The reason for that is that nobody
actually sent a kernel patch to add this support and I never needed it.
Regards
Marcel
-------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
2006-11-16 10:23 ` Marcel Holtmann
@ 2006-11-16 10:31 ` Mayank BATRA
0 siblings, 0 replies; 7+ messages in thread
From: Mayank BATRA @ 2006-11-16 10:31 UTC (permalink / raw)
To: 'BlueZ development'
Hi Marcel,
> no it doesn't support eSCO setups. The reason for that is that nobody
> actually sent a kernel patch to add this support and I never
> needed it.
Actually I'm not interested in creating eSCO setup exactly.
My requirement is that while trying to create any synchronous
connection(SCO/eSCO),
I want a Setup Synchronous Command to be sent over HCI rather than
an Add SCO Command.
Is it possible?
Best Regards,
Mayank
-------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
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:59 ` Fabien Chevalier
2006-11-16 11:09 ` Marcel Holtmann
1 sibling, 1 reply; 7+ messages in thread
From: Fabien Chevalier @ 2006-11-16 10:59 UTC (permalink / raw)
To: BlueZ development
Hi,
> Hi,
>
> 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 ?
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
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
0 siblings, 2 replies; 7+ messages in thread
From: Marcel Holtmann @ 2006-11-16 11:09 UTC (permalink / raw)
To: BlueZ development
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.
Regards
Marcel
-------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
2006-11-16 11:09 ` Marcel Holtmann
@ 2006-11-16 11:39 ` Mayank BATRA
2006-11-16 12:54 ` Fabien Chevalier
1 sibling, 0 replies; 7+ messages in thread
From: Mayank BATRA @ 2006-11-16 11:39 UTC (permalink / raw)
To: 'BlueZ development'
Hi Fabien,
> > 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 ?
Of course it is the host controller and it does not support
BT 1.1. But it supports BT 1.2.
Best Regards,
Mayank
-------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bluez-devel] Can I create an eSCO connection using BlueZ?
2006-11-16 11:09 ` Marcel Holtmann
2006-11-16 11:39 ` Mayank BATRA
@ 2006-11-16 12:54 ` Fabien Chevalier
1 sibling, 0 replies; 7+ messages in thread
From: Fabien Chevalier @ 2006-11-16 12:54 UTC (permalink / raw)
To: BlueZ development
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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-11-16 12:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.