Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4503483ybi; Sat, 6 Jul 2019 06:31:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqysdj69AKrX98OciWE1MKux2bfI9Jym0Ux8BtoghY1TliMY25sJ/KCQW4Mp3yuypHvNWHKu X-Received: by 2002:a17:902:44f:: with SMTP id 73mr11681885ple.192.1562419915456; Sat, 06 Jul 2019 06:31:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562419915; cv=none; d=google.com; s=arc-20160816; b=tsMtvLglEmE2T8AZ7W/MILqi7UI1MkJJNq2KEpYVWXUoFDmKQUo6h+rXyh1pRJ5a3b GUbT1p1UwamOXNAwryEf3ZMzd0pCoX25a8ket45oG47+aOiMVw1t7CYP3qjfjW2LK4U4 tk9JvVkGvSorrmx7Ow2c6caEXmmkmurtU7HKLzZE146j8l0dKQKWTfC8eIbrWiRsTsmH oyQnDoKO1Ih8wXOlrFMfbOJAddy/MH4jAG2urKA3BwTVGAD+FChWMKWfvxzIxsAurduI rAs4kB2vUS2qlR56v3aviu9Hpb2ltbtsMhCz+BHoJivBTB3azM1+FmCZ8gsByFX2dSZi FYiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=/p1erzK02om0+4Yz4ZP1qOLNwACApi0GbMwmvAGV9BI=; b=xO2/ZqDxxHio6ncg1eW2aJ85k9o9XmqxEpJ+2tCUakNN+cTZE9R5cGg+95zQ9hNqrh e1DYzO4SvbKzuVt7L1d3CP8oZsW9+ObZ11C25qHmbHDSW7fsQTStv7stN4HiIFPOxQHj vKY3i9evU8i1SKE3gqaZL6KU3h/+E8ixbkgIhMNm8EHwnjcOiedPCYIEytcAHYCIXarL 2oigbaWCo14rjyglNsVS9en5tfOZ8PIT1v9gjo76zeaBl52+MsdQpcL6nIvfgC6PHiq5 TEdxnQOYSPPs3kVYnOzTowAijjiwu6R30483zSxa2fctGVjty8eBzCZaN0Je9juPT7Ie NQmA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w1si10981489pjr.92.2019.07.06.06.31.40; Sat, 06 Jul 2019 06:31:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726214AbfGFNbO convert rfc822-to-8bit (ORCPT + 99 others); Sat, 6 Jul 2019 09:31:14 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:42100 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726177AbfGFNbO (ORCPT ); Sat, 6 Jul 2019 09:31:14 -0400 Received: from [192.168.0.171] (188.146.228.97.nat.umts.dynamic.t-mobile.pl [188.146.228.97]) by mail.holtmann.org (Postfix) with ESMTPSA id 37FD9CF12E; Sat, 6 Jul 2019 15:39:45 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH] v7 Add support for LE ping feature From: Marcel Holtmann In-Reply-To: <1561108916-9521-1-git-send-email-spoorthix.k@intel.com> Date: Sat, 6 Jul 2019 15:31:12 +0200 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <2DC554C7-7E4C-4977-865F-228302B9292E@holtmann.org> References: <1561108916-9521-1-git-send-email-spoorthix.k@intel.com> To: SpoorthiX K X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Spoorthi, > Changes made to add HCI Write Authenticated Payload timeout > command for LE Ping feature. > As per the Core Specification 5.0 Volume 2 Part E Section 7.3.94, > the following code changes implements > HCI Write Authenticated Payload timeout command for LE Ping feature. > > Signed-off-by: Spoorthi Ravishankar Koppad > --- > include/net/bluetooth/hci.h | 20 +++++++++++ > include/net/bluetooth/hci_core.h | 4 +++ > net/bluetooth/hci_conn.c | 3 ++ > net/bluetooth/hci_core.c | 1 + > net/bluetooth/hci_debugfs.c | 31 +++++++++++++++++ > net/bluetooth/hci_event.c | 72 ++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 131 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel