Return-Path: From: Vishal Agarwal To: Cc: Vishal Agarwal Subject: [PATCH BlueZ v2 0/1] Add Support for BLE Services to Adapter Date: Fri, 20 Jan 2012 14:17:10 +0530 Message-ID: <1327049231-17917-1-git-send-email-vishal.agarwal@stericsson.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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 (1): Add Support for BLE Services to Adapter lib/sdp.h | 3 ++ proximity/manager.c | 23 +++++++++++++++++++ src/adapter.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++- src/adapter.h | 2 + 4 files changed, 87 insertions(+), 2 deletions(-)