linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v3 0/2] Add Support for BLE Services to Adapter
@ 2012-01-24  3:49 Vishal Agarwal
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Vishal Agarwal @ 2012-01-24  3:49 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 (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(-)


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24  3:49 [PATCH BlueZ v3 0/2] Add Support for BLE Services to Adapter Vishal Agarwal
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

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