public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* How can I know BlueZ A2DP, AVRCP profile version.?
@ 2008-12-19  7:21 Chan-Yeol Park
  2008-12-19 18:53 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Chan-Yeol Park @ 2008-12-19  7:21 UTC (permalink / raw)
  To: linux-bluetooth

Dear all

How can I know BlueZ A2DP, AVRCP profile version.?

As far as I search on the web site, A2DP,AVRCP version is 1.0 respectively

But I expect BlueZ version is higher than we search.


Thanks!


Regards

Chanyeol, Park







^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I know BlueZ A2DP, AVRCP profile version.?
  2008-12-19 18:53 ` Marcel Holtmann
@ 2008-12-19 18:12   ` Johan Hedberg
  2009-01-15 10:50     ` Chan-Yeol Park
  0 siblings, 1 reply; 5+ messages in thread
From: Johan Hedberg @ 2008-12-19 18:12 UTC (permalink / raw)
  To: BlueZ development

Hi,

On Dec 19, 2008, at 20:53, Marcel Holtmann wrote:
>> How can I know BlueZ A2DP, AVRCP profile version.?
>>
>> As far as I search on the web site, A2DP,AVRCP version is 1.0  
>> respectively
>>
>> But I expect BlueZ version is higher than we search.
>
> I think that Johan and Luiz can give you more detailed answers here.
> However normally BlueZ follows the latest specs., but in the case of
> AVRCP I am sure we only implement some of the optional features.

For A2DP we support 1.2, or at least that's the spec version I've been  
using when doing the implementation. For AVRCP we've used the latest  
spec. version but since we don't have metadata transfer support yet we  
can only claim 1.0 conformance (the code might actually register a SDP  
record with a higher version so you'll need to modify that if you  
intend to do qualification).

Johan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I know BlueZ A2DP, AVRCP profile version.?
  2008-12-19  7:21 How can I know BlueZ A2DP, AVRCP profile version.? Chan-Yeol Park
@ 2008-12-19 18:53 ` Marcel Holtmann
  2008-12-19 18:12   ` Johan Hedberg
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2008-12-19 18:53 UTC (permalink / raw)
  To: Chan-Yeol Park; +Cc: linux-bluetooth

Hi Chan-Yeol,

> How can I know BlueZ A2DP, AVRCP profile version.?
> 
> As far as I search on the web site, A2DP,AVRCP version is 1.0 respectively
> 
> But I expect BlueZ version is higher than we search.

I think that Johan and Luiz can give you more detailed answers here.
However normally BlueZ follows the latest specs., but in the case of
AVRCP I am sure we only implement some of the optional features.

Regards

Marcel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: How can I know BlueZ A2DP, AVRCP profile version.?
  2008-12-19 18:12   ` Johan Hedberg
@ 2009-01-15 10:50     ` Chan-Yeol Park
  2009-01-15 11:01       ` Johan Hedberg
  0 siblings, 1 reply; 5+ messages in thread
From: Chan-Yeol Park @ 2009-01-15 10:50 UTC (permalink / raw)
  To: 'Johan Hedberg', 'BlueZ development'

Dear all

Does BlueZ Support A2DP as both Initiator and Acceptor role?

As far as I look-up the code , I could find A2DP as only INIT role. 

However both role are mandatory in A2DP 1.2, I believe BlueZ support both
role. 

If you know this role information, please let me know.

Thanks!


-----Original Message-----
From: linux-bluetooth-owner@vger.kernel.org
[mailto:linux-bluetooth-owner@vger.kernel.org] On Behalf Of Johan Hedberg
Sent: Saturday, December 20, 2008 3:13 AM
To: BlueZ development
Subject: Re: How can I know BlueZ A2DP, AVRCP profile version.?

Hi,

On Dec 19, 2008, at 20:53, Marcel Holtmann wrote:
>> How can I know BlueZ A2DP, AVRCP profile version.?
>>
>> As far as I search on the web site, A2DP,AVRCP version is 1.0  
>> respectively
>>
>> But I expect BlueZ version is higher than we search.
>
> I think that Johan and Luiz can give you more detailed answers here.
> However normally BlueZ follows the latest specs., but in the case of
> AVRCP I am sure we only implement some of the optional features.

For A2DP we support 1.2, or at least that's the spec version I've been  
using when doing the implementation. For AVRCP we've used the latest  
spec. version but since we don't have metadata transfer support yet we  
can only claim 1.0 conformance (the code might actually register a SDP  
record with a higher version so you'll need to modify that if you  
intend to do qualification).

Johan
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How can I know BlueZ A2DP, AVRCP profile version.?
  2009-01-15 10:50     ` Chan-Yeol Park
@ 2009-01-15 11:01       ` Johan Hedberg
  0 siblings, 0 replies; 5+ messages in thread
From: Johan Hedberg @ 2009-01-15 11:01 UTC (permalink / raw)
  To: BlueZ development

Hi,

On Jan 15, 2009, at 11:50, Chan-Yeol Park wrote:
> Does BlueZ Support A2DP as both Initiator and Acceptor role?

Yes. (after all, they are both mandatory in the spec.)

> As far as I look-up the code , I could find A2DP as only INIT role.

I'm not sure what code you have been looking at but BlueZ does a  
server AVDTP socket and a mechanism for handling incoming AVDTP  
commands (see audio/avdtp.c for more info).

Johan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-15 11:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19  7:21 How can I know BlueZ A2DP, AVRCP profile version.? Chan-Yeol Park
2008-12-19 18:53 ` Marcel Holtmann
2008-12-19 18:12   ` Johan Hedberg
2009-01-15 10:50     ` Chan-Yeol Park
2009-01-15 11:01       ` Johan Hedberg

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