public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] convert sdp browse list to icons`
@ 2004-12-01  0:57 wim delvaux
  2004-12-01  6:25 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: wim delvaux @ 2004-12-01  0:57 UTC (permalink / raw)
  To: bluez-users

Can anybody point me to a document describing how to map an sdp service entry
to the 'class' of a service.

I.e. if the 'text'  field (attribute 0x100) shows 'dialup networking' then 
connecting to this service provides just that.  However could this string be 
different from device to device ? If so is there a CODE somewhere in that sdp 
record that says the same but does not change ?

I thing the attribute 0x9 (BluetoothProfileDescriptorList) can be used for 
that but it is a LIST meaning multiple values are allowed to there might be 
different values in that entry ...

W


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] convert sdp browse list to icons`
  2004-12-01  0:57 [Bluez-users] convert sdp browse list to icons` wim delvaux
@ 2004-12-01  6:25 ` Marcel Holtmann
  2004-12-01 11:45   ` wim delvaux
  0 siblings, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-12-01  6:25 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Wim,

> Can anybody point me to a document describing how to map an sdp service entry
> to the 'class' of a service.

as far as I know there exists no mapping for that.

> I.e. if the 'text'  field (attribute 0x100) shows 'dialup networking' then 
> connecting to this service provides just that.  However could this string be 
> different from device to device ? If so is there a CODE somewhere in that sdp 
> record that says the same but does not change ?

The text field can be freely choosen.

> I thing the attribute 0x9 (BluetoothProfileDescriptorList) can be used for 
> that but it is a LIST meaning multiple values are allowed to there might be 
> different values in that entry ...

You should use the "Service class ID list" (attribute 0x0001) list.

Regards

Marcel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] convert sdp browse list to icons`
  2004-12-01  6:25 ` Marcel Holtmann
@ 2004-12-01 11:45   ` wim delvaux
  2004-12-01 11:49     ` wim delvaux
  2004-12-01 11:57     ` Marcel Holtmann
  0 siblings, 2 replies; 7+ messages in thread
From: wim delvaux @ 2004-12-01 11:45 UTC (permalink / raw)
  To: bluez-users

On Wednesday 01 December 2004 07:25, Marcel Holtmann wrote:
> Hi Wim,
>
> > Can anybody point me to a document describing how to map an sdp service
> > entry to the 'class' of a service.
>
> as far as I know there exists no mapping for that.
>
> > I.e. if the 'text'  field (attribute 0x100) shows 'dialup networking'
> > then connecting to this service provides just that.  However could this
> > string be different from device to device ? If so is there a CODE
> > somewhere in that sdp record that says the same but does not change ?
>
> The text field can be freely choosen.
>
> > I thing the attribute 0x9 (BluetoothProfileDescriptorList) can be used
> > for that but it is a LIST meaning multiple values are allowed to there
> > might be different values in that entry ...
>
> You should use the "Service class ID list" (attribute 0x0001) list.

 Is there any table i could refer to to find out which ID maps to which 
feature ?

>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] convert sdp browse list to icons`
  2004-12-01 11:45   ` wim delvaux
@ 2004-12-01 11:49     ` wim delvaux
  2004-12-01 11:57     ` Marcel Holtmann
  1 sibling, 0 replies; 7+ messages in thread
From: wim delvaux @ 2004-12-01 11:49 UTC (permalink / raw)
  To: bluez-users

On Wednesday 01 December 2004 12:45, wim delvaux wrote:
> On Wednesday 01 December 2004 07:25, Marcel Holtmann wrote:
> > Hi Wim,
> >
> > > Can anybody point me to a document describing how to map an sdp service
> > > entry to the 'class' of a service.
> >
> > as far as I know there exists no mapping for that.
> >
> > > I.e. if the 'text'  field (attribute 0x100) shows 'dialup networking'
> > > then connecting to this service provides just that.  However could this
> > > string be different from device to device ? If so is there a CODE
> > > somewhere in that sdp record that says the same but does not change ?
> >
> > The text field can be freely choosen.
> >
> > > I thing the attribute 0x9 (BluetoothProfileDescriptorList) can be used
> > > for that but it is a LIST meaning multiple values are allowed to there
> > > might be different values in that entry ...
> >
> > You should use the "Service class ID list" (attribute 0x0001) list.
>
>  Is there any table i could refer to to find out which ID maps to which
> feature ?

 And which entry to perfer ? Again this is a list i.e. containing multiple 
items.  So which to choose ?

 W


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] convert sdp browse list to icons`
  2004-12-01 11:45   ` wim delvaux
  2004-12-01 11:49     ` wim delvaux
@ 2004-12-01 11:57     ` Marcel Holtmann
  2004-12-01 13:08       ` wim delvaux
  1 sibling, 1 reply; 7+ messages in thread
From: Marcel Holtmann @ 2004-12-01 11:57 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Wim,

> > You should use the "Service class ID list" (attribute 0x0001) list.
> 
>  Is there any table i could refer to to find out which ID maps to which 
> feature ?

check the SDP part of the Bluetooth specification and look at the SDP
part of assigned numbers document.

Regards

Marcel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] convert sdp browse list to icons`
  2004-12-01 11:57     ` Marcel Holtmann
@ 2004-12-01 13:08       ` wim delvaux
  2004-12-01 13:16         ` David Mackie
  0 siblings, 1 reply; 7+ messages in thread
From: wim delvaux @ 2004-12-01 13:08 UTC (permalink / raw)
  To: bluez-users

On Wednesday 01 December 2004 12:57, Marcel Holtmann wrote:
> Hi Wim,
>
> > > You should use the "Service class ID list" (attribute 0x0001) list.
> >
> >  Is there any table i could refer to to find out which ID maps to which
> > feature ?
>
> check the SDP part of the Bluetooth specification and look at the SDP
> part of assigned numbers document.

 Sorry to nag you again but where can I find (and access) that document ?

 W


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] convert sdp browse list to icons`
  2004-12-01 13:08       ` wim delvaux
@ 2004-12-01 13:16         ` David Mackie
  0 siblings, 0 replies; 7+ messages in thread
From: David Mackie @ 2004-12-01 13:16 UTC (permalink / raw)
  To: wim delvaux; +Cc: bluez-users

On Wed 2004-12-01 (14:08), wim delvaux wrote:
> On Wednesday 01 December 2004 12:57, Marcel Holtmann wrote:
> > Hi Wim,
> >
> > > > You should use the "Service class ID list" (attribute 0x0001) list.
> > >
> > >  Is there any table i could refer to to find out which ID maps to which
> > > feature ?
> >
> > check the SDP part of the Bluetooth specification and look at the SDP
> > part of assigned numbers document.
> 
>  Sorry to nag you again but where can I find (and access) that document ?

The specification docs can be found at http://www.bluetooth.org/spec/

-- 
 David Mackie
 email: dmackie@rucus.net  web: http://dmackie.rucus.net/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2004-12-01 13:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01  0:57 [Bluez-users] convert sdp browse list to icons` wim delvaux
2004-12-01  6:25 ` Marcel Holtmann
2004-12-01 11:45   ` wim delvaux
2004-12-01 11:49     ` wim delvaux
2004-12-01 11:57     ` Marcel Holtmann
2004-12-01 13:08       ` wim delvaux
2004-12-01 13:16         ` David Mackie

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