linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH_v4 0/6] Refactor bnep code and implement pan methods
@ 2013-11-29 13:12 Ravi kumar Veeramally
  2013-11-29 13:12 ` [PATCH_v4 1/6] profiles/network: Refactor bnep connection setup functionality Ravi kumar Veeramally
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ravi kumar Veeramally @ 2013-11-29 13:12 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ravi kumar Veeramally

v4: Fixed Luiz comments (discussed in irc). Merge patch 1 and 2.
    Pass fd in bnep_connect instead of GIOChannel.

v3: Fixed Anderson and Luiz comments and solved rebased conflicts.

v2: Refactored profiles/network/common.* as per Johan's comments
    (renaming common.c|h to bnep.c|h and moving bnep related code to
     bnep.c ro reduce redundancy in profiles/netowrk/connection.c and
     android/pan.c)

v1: This patch set supports PANU role with a minor fix in android. Added
    CAP_NET_RAW capability for bnep services. Creates bnep connection and
    up the inreface on connect call and free the device on disconnect call.
    Interface name(bnepX) will be notified on control state cb. Android
    environment will create IP address with dhcp calls.

Ravi kumar Veeramally (6):
  profiles/network: Refactor bnep connection setup functionality
  profiles/network: Rename common.c|h to bnep.c|h
  android/pan: Implement pan connect method in daemon
  android/pan: Implement pan disconnect method in daemon
  android/pan: Implement the get local role method in daemon
  android: Add reasons for adding capabilites to process

 Makefile.plugins                      |   2 +-
 android/Android.mk                    |   2 +
 android/Makefile.am                   |   3 +-
 android/main.c                        |   3 +
 android/pan.c                         | 253 ++++++++++++++++++++++++++++++++--
 profiles/network/{common.c => bnep.c} | 197 +++++++++++++++++++++++++-
 profiles/network/{common.h => bnep.h} |   5 +
 profiles/network/connection.c         | 174 ++---------------------
 profiles/network/manager.c            |   2 +-
 profiles/network/server.c             |   5 +-
 10 files changed, 468 insertions(+), 178 deletions(-)
 rename profiles/network/{common.c => bnep.c} (58%)
 rename profiles/network/{common.h => bnep.h} (87%)

-- 
1.8.3.2


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29 13:12 [PATCH_v4 0/6] Refactor bnep code and implement pan methods Ravi kumar Veeramally
2013-11-29 13:12 ` [PATCH_v4 1/6] profiles/network: Refactor bnep connection setup functionality Ravi kumar Veeramally
2013-11-29 13:12 ` [PATCH_v4 2/6] profiles/network: Rename common.c|h to bnep.c|h Ravi kumar Veeramally
2013-11-29 13:12 ` [PATCH_v4 3/6] android/pan: Implement pan connect method in daemon Ravi kumar Veeramally
2013-11-29 13:12 ` [PATCH_v4 4/6] android/pan: Implement pan disconnect " Ravi kumar Veeramally
2013-11-29 13:12 ` [PATCH_v4 5/6] android/pan: Implement the get local role " Ravi kumar Veeramally
2013-11-29 13:12 ` [PATCH_v4 6/6] android: Add reasons for adding capabilites to process Ravi kumar Veeramally

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