From: Marcel Holtmann <marcel@holtmann.org>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] Re: Adding services in the Service Class ID list
Date: Wed, 27 Apr 2005 12:34:57 +0200 [thread overview]
Message-ID: <1114598097.10706.390.camel@pegasus> (raw)
In-Reply-To: <20050427015939.86545.qmail@web20921.mail.yahoo.com>
Hi Arch,
> Thanks for the immediate response.
> I appreciate your looking into the concern/issue
> that I have.
>
> Here is the part of code where I add the services
> in the Service Class ID list.
>
>
> ==========================================
> sdp_uuid16_create(&headsetaudiogateway_uuid,
> HEADSET_AGW_SVCLASS_ID);
> svclass_id[0] = sdp_list_append(0,
> &headsetaudiogateway_uuid);
> scseq = sdp_list_append(0, svclass_id[0]);
>
> sdp_uuid16_create(&genericaudio_uuid,
> GENERIC_AUDIO_SVCLASS_ID);
> svclass_id[1] = sdp_list_append(0,
> &genericaudio_uuid);
> scseq = sdp_list_append(scseq, svclass_id[1]);
>
> servclasses = sdp_list_append(0, scseq);
> sdp_set_service_classes(&record, servclasses);
> ===========================================
>
> is this the right way of adding the services in
> the service class id list?
looks good so far. Send the whole code so that I can test it on my
systems. Do you use the latest library and utils?
Regards
Marcel
-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
prev parent reply other threads:[~2005-04-27 10:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-27 1:59 [Bluez-devel] Re: Adding services in the Service Class ID list Arch Sayo
2005-04-27 6:50 ` [Bluez-devel] rssi on inquiry michael
2005-04-27 10:34 ` Marcel Holtmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1114598097.10706.390.camel@pegasus \
--to=marcel@holtmann.org \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox