From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: liming.gao@intel.com) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Tue, 03 Sep 2019 17:05:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Sep 2019 17:05:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,464,1559545200"; d="scan'208";a="383274847" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 03 Sep 2019 17:05:17 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 17:05:17 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Sep 2019 17:05:17 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Wed, 4 Sep 2019 08:05:15 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Ni, Ray" CC: "Kinney, Michael D" Subject: Re: [edk2-devel] [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList Thread-Topic: [edk2-devel] [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList Thread-Index: AQHVXDp+LwMMVcNMj0yudivKwr9C5qcasGFw Date: Wed, 4 Sep 2019 00:05:14 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F204F@SHSMSX104.ccr.corp.intel.com> References: <20190826181619.165188-1-ray.ni@intel.com> In-Reply-To: <20190826181619.165188-1-ray.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ni, >Ray >Sent: Tuesday, August 27, 2019 2:16 AM >To: devel@edk2.groups.io >Cc: Kinney, Michael D ; Gao, Liming > >Subject: [edk2-devel] [PATCH] [edk2-stable201908] >MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList > >To support auto-connection, EFI_BLUETOOTH_LE_SMP_DATA_TYPE needs to >add a new data type EfiBluetoothSmpPeerAddressList which associates >with a list of Bluetooth per address connected before. > >This new data type was added in UEFI spec 2.7b. > >Signed-off-by: Ray Ni >Cc: Michael D Kinney >Cc: Liming Gao >--- > MdePkg/Include/Protocol/BluetoothLeConfig.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/MdePkg/Include/Protocol/BluetoothLeConfig.h >b/MdePkg/Include/Protocol/BluetoothLeConfig.h >index 8c0f881f85..8726a58b15 100644 >--- a/MdePkg/Include/Protocol/BluetoothLeConfig.h >+++ b/MdePkg/Include/Protocol/BluetoothLeConfig.h >@@ -2,7 +2,7 @@ > EFI Bluetooth LE Config Protocol as defined in UEFI 2.7. > This protocol abstracts user interface configuration for BluetoothLe d= evice. > >- Copyright (c) 2017, Intel Corporation. All rights reserved.
>+ Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
> SPDX-License-Identifier: BSD-2-Clause-Patent > > @par Revision Reference: >@@ -451,6 +451,8 @@ typedef enum { > EfiBluetoothSmpLocalCSRK, /* If Key hierarchy not supported */ > EfiBluetoothSmpLocalSignCounter, > EfiBluetoothSmpLocalDIV, >+ EfiBluetoothSmpPeerAddressList, >+ EfiBluetoothSmpMax, > } EFI_BLUETOOTH_LE_SMP_DATA_TYPE; > > /** >-- >2.21.0.windows.1 > > >