linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add support for registering local SDP records
@ 2013-11-12 12:06 Szymon Janc
  2013-11-12 12:06 ` [PATCH v2 1/5] android: Add and remove sdp records and uuids Szymon Janc
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Szymon Janc @ 2013-11-12 12:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

V2:
 - don't use bt_uuid_t
 - few bugfixes


V1 cover:
This adds support for manipulating local SDP database with
bt_adapter_add_record and bt_adapter_remove_record functions. Those should
be called when HAL service is registered or unregistered.

This also adds DeviceID record as at least 1 local UUID is needed by Android to
properly handle remote device profiles.

Last but not least: With this serie it is possible to connect HID device from
Android UI (Settings application).   \O/

-- 
BR
Szymon Janc

Marcin Kraglak (3):
  android: Add and remove sdp records and uuids
  android: Clear adapter uuids during initialization
  android: Add support for getting UUIDs property

Szymon Janc (2):
  android: Remove not needed include
  android: Register DeviceID record when adapter is initialized

 android/adapter.c | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 android/adapter.h |   3 +
 2 files changed, 178 insertions(+), 13 deletions(-)

-- 
1.8.4.2


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

end of thread, other threads:[~2013-11-12 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 12:06 [PATCH v2 0/5] Add support for registering local SDP records Szymon Janc
2013-11-12 12:06 ` [PATCH v2 1/5] android: Add and remove sdp records and uuids Szymon Janc
2013-11-12 13:24   ` Johan Hedberg
2013-11-12 12:06 ` [PATCH v2 2/5] android: Remove not needed include Szymon Janc
2013-11-12 12:06 ` [PATCH v2 3/5] android: Clear adapter uuids during initialization Szymon Janc
2013-11-12 12:06 ` [PATCH v2 4/5] android: Add support for getting UUIDs property Szymon Janc
2013-11-12 12:06 ` [PATCH v2 5/5] android: Register DeviceID record when adapter is initialized Szymon Janc

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