Return-Path: From: Ravi kumar Veeramally To: linux-bluetooth@vger.kernel.org Cc: Ravi kumar Veeramally Subject: [PATCH_v2 0/4] Add support for NAP role Date: Tue, 7 Jan 2014 13:18:49 +0200 Message-Id: <1389093533-13210-1-git-send-email-ravikumar.veeramally@linux.intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: v2: Fixed Johan's comments. v1: This patch set add support for NAP role. It register NAP server and create bnep bridge and listen for incoming connections from client devices. On incoming connection request it accepts connection, creates bnep interface and notifies control state and connection state infromation. Removes device on disconnect request. Android related changes are required to enable this role. Patches sent to respective ML. Ravi kumar Veeramally (4): android/pan: Register Network Access Point android/pan: Listen for incoming connections and accept in NAP role android/pan: Implement PAN enable HAL api at daemon side android/pan: Remove connected PAN devices on profile unregister call android/pan.c | 350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 338 insertions(+), 12 deletions(-) -- 1.8.3.2