linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] RFC: proximity cleanup
@ 2012-08-31 12:48 Andrzej Kaczmarek
  2012-08-31 12:48 ` [PATCH 1/7] proximity: Change adapter driver function names Andrzej Kaczmarek
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Andrzej Kaczmarek @ 2012-08-31 12:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Hi,

Here are few patches to cleanup proximity profile code a bit which seem to
keep track of some data which are redundant and has minor issue with device
driver registration.

Most cleanup is done in patch #3 which removes tracking of DBusConnection
across whole plugin and simply uses get_dbus_connection() wherever necessary.
This is different than other profile plugins do, but reduces code size and
memory footprint a bit so can be done for other plugins as well if accepted.


Andrzej Kaczmarek (7):
  proximity: Change adapter driver function names
  proximity: Remove unused definitions
  proximity: Simplify DBusConnection object usage
  proximity: Move reporter device driver registration to manager
  proximity: Remove unnecessary check for GATT enabled
  proximity: Remove list of adapter devices
  proximity: Remove reporter_adapter

 profiles/proximity/immalert.c |   9 +---
 profiles/proximity/immalert.h |   2 +-
 profiles/proximity/linkloss.c |  10 +---
 profiles/proximity/linkloss.h |   2 +-
 profiles/proximity/main.c     |  10 +---
 profiles/proximity/manager.c  |  38 +++++++++-----
 profiles/proximity/manager.h  |   2 +-
 profiles/proximity/monitor.c  |  20 ++++----
 profiles/proximity/monitor.h  |   8 +--
 profiles/proximity/reporter.c | 115 +++++-------------------------------------
 profiles/proximity/reporter.h |   7 ++-
 11 files changed, 62 insertions(+), 161 deletions(-)

-- 
1.7.11.3


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

end of thread, other threads:[~2012-09-03 11:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-31 12:48 [PATCH 0/7] RFC: proximity cleanup Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 1/7] proximity: Change adapter driver function names Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 2/7] proximity: Remove unused definitions Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 3/7] proximity: Simplify DBusConnection object usage Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 4/7] proximity: Move reporter device driver registration to manager Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 5/7] proximity: Remove unnecessary check for GATT enabled Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 6/7] proximity: Remove list of adapter devices Andrzej Kaczmarek
2012-08-31 12:48 ` [PATCH 7/7] proximity: Remove reporter_adapter Andrzej Kaczmarek
2012-08-31 16:17 ` [PATCH 0/7] RFC: proximity cleanup Anderson Lizardo
2012-09-03  7:36   ` Andrzej Kaczmarek
2012-09-03 11:33     ` Johan Hedberg

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