2009-09-22 04:43:40

by bluezprofile kernel

[permalink] [raw]
Subject: BlueZ Supported Profiles

Hi,
I would like to know what are all profiles supported by BlueZ?
Is there any site gives list of profiles supported by BlueZ?
I am using BlueZ 4.46.

-- Nic shen


2009-09-23 10:39:18

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: BlueZ Supported Profiles

Hi,

On Tue, Sep 22, 2009 at 10:56 AM, bluezprofile kernel
<[email protected]> wrote:
> Hi,
>
>
> Thanks for the propt replies.
>
> As for as I know BlueZ will support
>
> A2DP, AVRCP, HS, HF, FTP, OPP, DUN, HID profiles.
>
> and protocols GAP, SDP, AVDTP, AVCTP, RFCOMM, BNEP, L2CAP.

You just missed PAN profile :D

> sdptool gives set of services. All the services implemented in BlueZ?
> What is the version of each service/profile implemented in BlueZ?

I don't remember the exactly version of each profile, but that gives
you an explanation why:

http://www.bluetooth.org/tpg/QLI_viewQDL.cfm?qid=15706

You can check other qualification, they may list what version the
qualification is about.

> Specially I would like to know details for the following profiles
>
> GOEP - Generic Object Exchange Profile
> HCRP - Hardcopy Cable Replacement Profile
> HDP - Health Device Profile
> MAP - Message Access Profile

Those are not implemented yet.

> PBAP - Phone Book Access Profile
> SYNC - Synchronization Profile
> SyncML - Multi Sync

PBAP is implemented as a plugin of obexd, SyncML is not really
supported directly by BlueZ but there are another projects such as
opensync that aim to support it.

> VDP - Video Distribution Profile

Another one not implemented, but it should be easy to support it as it
uses avdtp, although Im not sure if streaming a video over bluetooth
is really practical right now besides that I never saw a device which
implements VDP.

--
Luiz Augusto von Dentz
Engenheiro de Computa??o

2009-09-22 13:56:57

by bluezprofile kernel

[permalink] [raw]
Subject: Re: BlueZ Supported Profiles

Hi,

On Tue, Sep 22, 2009 at 7:02 PM, Sreenivasulu Yellamaraju
<[email protected]> wrote:
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Luiz Augusto von Dentz
> Sent: Tuesday, September 22, 2009 6:38 PM
> To: Vladimir Botka
> Cc: bluezprofile kernel; Linux Kernel Mailing List; [email protected]
> Subject: Re: BlueZ Supported Profiles
>
> Hi,
>
> On Tue, Sep 22, 2009 at 9:30 AM, Vladimir Botka <[email protected]> wrote:
>> On Tue, 22 Sep 2009 10:13:40 +0530
>> bluezprofile kernel <[email protected]> wrote:
>>
>>> Hi,
>>> I would like to know what are all profiles supported by BlueZ?
>>> Is there any site gives list of profiles supported by BlueZ?
>>> I am using BlueZ 4.46.
>>>
>
> BlueZ is modular, so it depends on which plugins you have enabled.
> Also some profiles like a2dp and hfp depend on others components such
> as PulseAudio to really work, so the answer is not that simple.
> Perhaps you should ask what profiles you want so we can give a more
> direct answer, in general we support most profiles used by desktops
> and phones.
>
>> Hi,
>> you can see the provided services with the command:
>> # sdptool browse BTADDR
>>
>> Get the BTADDR from the output of:
>> # hcitool scan
>>
>> Run these command from another Linux box.
>
> You can do the very same think locally:
> # sdptool browse local
>
> --
> Luiz Augusto von Dentz
> Engenheiro de Computa??o
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>
> Hi,
>
> "sdptool browse local" command will only show currently registered services and this list may not be exhaustive.
> The actual list of supported services can be seen from manpage of sdptool. Search for a list of keywords-
> OPUSH,SP,KEYB,AVRTG etc. ?You can try adding all of those services one by one and see if they are
> registered without any errors in local database.
>
> However, mere successful registration of service in local database doesn't mean a certain
> Profile is activated and working in the host. So, you can depend on service registration
> process for only a hint.
>
> Regards,
> Sreenivasulu Y
> SASKEN BUSINESS DISCLAIMER
> -------------------------
> This message may contain confidential, proprietary or legally privileged information. In
> case you are not the original intended Recipient of the message, you must not, directly or
> indirectly, use, Disclose, distribute, print, or copy any part of this message and you are
> requested to delete it and inform the sender. Any views expressed in this message are
> those of the individual sender unless otherwise stated. Nothing contained in this message
> shall be construed as an offer or acceptance of any offer by Sasken Communication
> Technologies Limited ("Sasken") unless sent with that express intent and with due
> authority of Sasken. Sasken has taken enough precautions to prevent the spread of
> viruses. However the company accepts no liability for any damage caused by any virus
> transmitted by this email
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>

Thanks for the propt replies.

As for as I know BlueZ will support

A2DP, AVRCP, HS, HF, FTP, OPP, DUN, HID profiles.

and protocols GAP, SDP, AVDTP, AVCTP, RFCOMM, BNEP, L2CAP.

sdptool gives set of services. All the services implemented in BlueZ?
What is the version of each service/profile implemented in BlueZ?

Specially I would like to know details for the following profiles

GOEP - Generic Object Exchange Profile
HCRP - Hardcopy Cable Replacement Profile
HDP - Health Device Profile
MAP - Message Access Profile
PBAP - Phone Book Access Profile
SYNC - Synchronization Profile
SyncML - Multi Sync
VDP - Video Distribution Profile


-- Nic Shen

2009-09-22 13:32:05

by Sreenivasulu Yellamaraju

[permalink] [raw]
Subject: RE: BlueZ Supported Profiles



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Luiz Augusto von Dentz
Sent: Tuesday, September 22, 2009 6:38 PM
To: Vladimir Botka
Cc: bluezprofile kernel; Linux Kernel Mailing List; [email protected]
Subject: Re: BlueZ Supported Profiles

Hi,

On Tue, Sep 22, 2009 at 9:30 AM, Vladimir Botka <[email protected]> wrote:
> On Tue, 22 Sep 2009 10:13:40 +0530
> bluezprofile kernel <[email protected]> wrote:
>
>> Hi,
>> I would like to know what are all profiles supported by BlueZ?
>> Is there any site gives list of profiles supported by BlueZ?
>> I am using BlueZ 4.46.
>>

BlueZ is modular, so it depends on which plugins you have enabled.
Also some profiles like a2dp and hfp depend on others components such
as PulseAudio to really work, so the answer is not that simple.
Perhaps you should ask what profiles you want so we can give a more
direct answer, in general we support most profiles used by desktops
and phones.

> Hi,
> you can see the provided services with the command:
> # sdptool browse BTADDR
>
> Get the BTADDR from the output of:
> # hcitool scan
>
> Run these command from another Linux box.

You can do the very same think locally:
# sdptool browse local

--
Luiz Augusto von Dentz
Engenheiro de Computa??o

2009-09-22 13:08:19

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: BlueZ Supported Profiles

Hi,

On Tue, Sep 22, 2009 at 9:30 AM, Vladimir Botka <[email protected]> wrote:
> On Tue, 22 Sep 2009 10:13:40 +0530
> bluezprofile kernel <[email protected]> wrote:
>
>> Hi,
>> I would like to know what are all profiles supported by BlueZ?
>> Is there any site gives list of profiles supported by BlueZ?
>> I am using BlueZ 4.46.
>>

BlueZ is modular, so it depends on which plugins you have enabled.
Also some profiles like a2dp and hfp depend on others components such
as PulseAudio to really work, so the answer is not that simple.
Perhaps you should ask what profiles you want so we can give a more
direct answer, in general we support most profiles used by desktops
and phones.

> Hi,
> you can see the provided services with the command:
> # sdptool browse BTADDR
>
> Get the BTADDR from the output of:
> # hcitool scan
>
> Run these command from another Linux box.

You can do the very same think locally:
# sdptool browse local


--
Luiz Augusto von Dentz
Engenheiro de Computa??o

2009-09-22 12:30:53

by Vladimir Botka

[permalink] [raw]
Subject: Re: BlueZ Supported Profiles

On Tue, 22 Sep 2009 10:13:40 +0530
bluezprofile kernel <[email protected]> wrote:

> Hi,
> I would like to know what are all profiles supported by BlueZ?
> Is there any site gives list of profiles supported by BlueZ?
> I am using BlueZ 4.46.
>

Hi,
you can see the provided services with the command:
# sdptool browse BTADDR

Get the BTADDR from the output of:
# hcitool scan

Run these command from another Linux box.
HTH,
--
-vlado
Vladimir Botka