All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/3] Initial Proximity Monitor implementation
@ 2011-07-13 12:37 Claudio Takahasi
  2011-07-13 12:37 ` [PATCH BlueZ 1/3] Add Proximity Profile plugin skeleton Claudio Takahasi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Claudio Takahasi @ 2011-07-13 12:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

The following patches don't require the previously submitted patches.

Adds the plugin and device driver for Proximity Monitor. Service is not
functional yet.

Claudio Takahasi (3):
  Add Proximity Profile plugin skeleton
  Add Proximity Monitor skeleton
  Add Link Loss device driver skeleton

 Makefile.am         |    7 ++++
 acinclude.m4        |    6 ++++
 bootstrap-configure |    1 +
 proximity/main.c    |   60 ++++++++++++++++++++++++++++++++++++
 proximity/manager.c |   84 +++++++++++++++++++++++++++++++++++++++++++++++++++
 proximity/manager.h |   26 ++++++++++++++++
 proximity/monitor.c |   84 +++++++++++++++++++++++++++++++++++++++++++++++++++
 proximity/monitor.h |   26 ++++++++++++++++
 8 files changed, 294 insertions(+), 0 deletions(-)
 create mode 100644 proximity/main.c
 create mode 100644 proximity/manager.c
 create mode 100644 proximity/manager.h
 create mode 100644 proximity/monitor.c
 create mode 100644 proximity/monitor.h

-- 
1.7.6


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

end of thread, other threads:[~2011-07-26  8:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 12:37 [PATCH BlueZ 0/3] Initial Proximity Monitor implementation Claudio Takahasi
2011-07-13 12:37 ` [PATCH BlueZ 1/3] Add Proximity Profile plugin skeleton Claudio Takahasi
2011-07-13 12:37 ` [PATCH BlueZ 2/3] Add Proximity Monitor skeleton Claudio Takahasi
2011-07-13 12:37 ` [PATCH BlueZ 3/3] Add Link Loss device driver skeleton Claudio Takahasi
2011-07-26  8:16 ` [PATCH BlueZ 0/3] Initial Proximity Monitor implementation Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.