public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Bluetooth 2.0
@ 2006-12-29 12:15 Felipe Balbi
  2006-12-29 15:45 ` Brad Midgley
  0 siblings, 1 reply; 6+ messages in thread
From: Felipe Balbi @ 2006-12-29 12:15 UTC (permalink / raw)
  To: BlueZ

Hello Guys,

I'm wondering if I could help the linux bluetooth subsystem by writing
code for the new Bluetooth 2.0 Spec. So, is there any project taking
care of this? Is there any activity for this?

-- 
Best Regards,

Felipe Balbi
felipebalbi@users.sourceforge.net
felipe.lima@indt.org.br

Nokia Institute of Technology - INdT
Kernel Developers Team

+55 92 8127 0839

-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-devel] Bluetooth 2.0
  2006-12-29 12:15 [Bluez-devel] Bluetooth 2.0 Felipe Balbi
@ 2006-12-29 15:45 ` Brad Midgley
  2007-01-02  3:47   ` Mayank BATRA
  0 siblings, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2006-12-29 15:45 UTC (permalink / raw)
  To: BlueZ development

Felipe

> I'm wondering if I could help the linux bluetooth subsystem by writing
> code for the new Bluetooth 2.0 Spec. So, is there any project taking
> care of this? Is there any activity for this?

There are some profiles that aren't implemented but 2.0 is mostly 
covered. The esco transport isn't done fwiw--it was introduced back in 1.2.

Marcel has been working on features that will be in "Lisbon" (2.1?) like 
simple pairing and extended inquiry.

Brad

-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-devel] Bluetooth 2.0
  2006-12-29 15:45 ` Brad Midgley
@ 2007-01-02  3:47   ` Mayank BATRA
  2007-01-02  3:58     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Mayank BATRA @ 2007-01-02  3:47 UTC (permalink / raw)
  To: BlueZ development

Hi,

Brad Midgley wrote:

>> I'm wondering if I could help the linux bluetooth subsystem by writing
>> code for the new Bluetooth 2.0 Spec. So, is there any project taking
>> care of this? Is there any activity for this?
> 
> There are some profiles that aren't implemented but 2.0 is mostly 
> covered. The esco transport isn't done fwiw--it was introduced back in 1.2.

Don't think there are any new profiles as such.
The only difference between 1.2 and 2.0 is EDR.

> Marcel has been working on features that will be in "Lisbon" (2.1?) like 
> simple pairing and extended inquiry.

Marcel, I was going through the 2.1 spec and was interested in working
on features such as Extended Inquiry, Simple Pairing, Sniff Subrating etc.

Any starters?

Best Regards,

Mayank

---
Random Quote Follows:
All programmers want arrays!

* TagZilla 0.066 * http://tagzilla.mozdev.org

-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-devel] Bluetooth 2.0
  2007-01-02  3:47   ` Mayank BATRA
@ 2007-01-02  3:58     ` Marcel Holtmann
  2007-01-02  4:16       ` Mayank BATRA
  2007-01-02 12:35       ` Felipe Balbi
  0 siblings, 2 replies; 6+ messages in thread
From: Marcel Holtmann @ 2007-01-02  3:58 UTC (permalink / raw)
  To: BlueZ development

Hi Mayank,

> >> I'm wondering if I could help the linux bluetooth subsystem by writing
> >> code for the new Bluetooth 2.0 Spec. So, is there any project taking
> >> care of this? Is there any activity for this?
> > 
> > There are some profiles that aren't implemented but 2.0 is mostly 
> > covered. The esco transport isn't done fwiw--it was introduced back in 1.2.
> 
> Don't think there are any new profiles as such.
> The only difference between 1.2 and 2.0 is EDR.

and some minor corrections here and there.

> > Marcel has been working on features that will be in "Lisbon" (2.1?) like 
> > simple pairing and extended inquiry.
> 
> Marcel, I was going through the 2.1 spec and was interested in working
> on features such as Extended Inquiry, Simple Pairing, Sniff Subrating etc.

Actually the Extended Inquiry is already supported with current systems
and it works quite well for the device name. The kernel basically has
preliminary Sniff Subrating support, but the actual used values still
need some tweaking to make use of it.

For Simple Pairing, I will wait until the final specification has been
published. The basic support for Simple Pairing however is ready.

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] 6+ messages in thread

* Re: [Bluez-devel] Bluetooth 2.0
  2007-01-02  3:58     ` Marcel Holtmann
@ 2007-01-02  4:16       ` Mayank BATRA
  2007-01-02 12:35       ` Felipe Balbi
  1 sibling, 0 replies; 6+ messages in thread
From: Mayank BATRA @ 2007-01-02  4:16 UTC (permalink / raw)
  To: BlueZ development

Hi Marcel,

>>>> I'm wondering if I could help the linux bluetooth subsystem by writing
>>>> code for the new Bluetooth 2.0 Spec. So, is there any project taking
>>>> care of this? Is there any activity for this?
>>> There are some profiles that aren't implemented but 2.0 is mostly 
>>> covered. The esco transport isn't done fwiw--it was introduced back in 1.2.
>> Don't think there are any new profiles as such.
>> The only difference between 1.2 and 2.0 is EDR.
> 
> and some minor corrections here and there.
> 
>>> Marcel has been working on features that will be in "Lisbon" (2.1?) like 
>>> simple pairing and extended inquiry.
>> Marcel, I was going through the 2.1 spec and was interested in working
>> on features such as Extended Inquiry, Simple Pairing, Sniff Subrating etc.
> 
> Actually the Extended Inquiry is already supported with current systems
> and it works quite well for the device name. The kernel basically has
> preliminary Sniff Subrating support, but the actual used values still
> need some tweaking to make use of it.
> 
> For Simple Pairing, I will wait until the final specification has been
> published. The basic support for Simple Pairing however is ready.


How about Erroneous Data Reporting, Persistent Sniff, Link supervision
timeout, PBF?

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] 6+ messages in thread

* Re: [Bluez-devel] Bluetooth 2.0
  2007-01-02  3:58     ` Marcel Holtmann
  2007-01-02  4:16       ` Mayank BATRA
@ 2007-01-02 12:35       ` Felipe Balbi
  1 sibling, 0 replies; 6+ messages in thread
From: Felipe Balbi @ 2007-01-02 12:35 UTC (permalink / raw)
  To: BlueZ development

Hello Marcel,


> Actually the Extended Inquiry is already supported with current systems
> and it works quite well for the device name. The kernel basically has
> preliminary Sniff Subrating support, but the actual used values still
> need some tweaking to make use of it.

What functionality would be nice to develop??
What kind of effort would really help you with 2.1 draft Bluetooth Spec ???

-- 
Best Regards,

Felipe Balbi
felipebalbi@users.sourceforge.net
felipe.lima@indt.org.br

Nokia Institute of Technology - INdT
Kernel Developers Team

+55 92 8127 0839

-------------------------------------------------------------------------
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] 6+ messages in thread

end of thread, other threads:[~2007-01-02 12:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-29 12:15 [Bluez-devel] Bluetooth 2.0 Felipe Balbi
2006-12-29 15:45 ` Brad Midgley
2007-01-02  3:47   ` Mayank BATRA
2007-01-02  3:58     ` Marcel Holtmann
2007-01-02  4:16       ` Mayank BATRA
2007-01-02 12:35       ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox