From: Vishal Agarwal <vishal.agarwal@stericsson.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: <naresh.gupta@stericsson.com>,
Vishal Agarwal <vishal.agarwal@stericsson.com>
Subject: [PATCH BlueZ v3 0/2] Add Support for BLE Services to Adapter
Date: Tue, 24 Jan 2012 09:19:58 +0530 [thread overview]
Message-ID: <1327377000-17048-1-git-send-email-vishal.agarwal@stericsson.com> (raw)
When DBUS command of "GetProperties is sent to BlueZ on ADAPTER_INTERFACE, it is expected that in the property "UUIDs" it should return uuids of all the profiles and services that it supports. But right now it does not include uuids of BLE services. For example UUIDs of LinkLossService, ImmediateAlert etc are not included in the list of UUIDs returned by BlueZ in response of GetProperties.
As the structures of sdp-record (for BR/EDR profiles) and primary-services (for BLE services) is different, I propose to have another variable "primary" (of type GSList*) in btd_adapter.It will contain UUIDs of all the primary services.
Vishal Agarwal (2):
Adapter-Add-Support-for-BLE-Services-to-Adapter
Add-support-for-proximity-UUIDs-in-adapter
lib/sdp.h | 3 ++
proximity/manager.c | 23 ++++++++++++++++++
src/adapter.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++-
src/adapter.h | 2 +
4 files changed, 89 insertions(+), 2 deletions(-)
next reply other threads:[~2012-01-24 3:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 3:49 Vishal Agarwal [this message]
2012-01-24 3:49 ` [PATCH BlueZ v3 1/2] Adapter-Add-Support-for-BLE-Services-to-Adapter Vishal Agarwal
2012-01-24 3:50 ` [PATCH BlueZ v3 2/2] Add-support-for-proximity-UUIDs-in-adapter Vishal Agarwal
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=1327377000-17048-1-git-send-email-vishal.agarwal@stericsson.com \
--to=vishal.agarwal@stericsson.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=naresh.gupta@stericsson.com \
/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;
as well as URLs for NNTP newsgroup(s).