linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/1] Add Support for BLE Services to Adapter
@ 2012-01-19  5:07 Vishal Agarwal
  2012-01-19  5:07 ` [PATCH BlueZ v1 1/1] " Vishal Agarwal
  0 siblings, 1 reply; 4+ messages in thread
From: Vishal Agarwal @ 2012-01-19  5:07 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: naresh.gupta, Vishal Agarwal

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

 proximity/manager.c |   23 +++++++++++++++++++
 src/adapter.c       |   61 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/adapter.h       |    2 +
 3 files changed, 84 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2012-01-24  3:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19  5:07 [PATCH BlueZ v1 0/1] Add Support for BLE Services to Adapter Vishal Agarwal
2012-01-19  5:07 ` [PATCH BlueZ v1 1/1] " Vishal Agarwal
2012-01-20 17:35   ` Vinicius Costa Gomes
2012-01-24  3:51     ` Vishal AGARWAL

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).