From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: ray.ni@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Mon, 26 Aug 2019 11:19:52 -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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Aug 2019 11:19:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,433,1559545200"; d="scan'208";a="380627603" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 26 Aug 2019 11:19:51 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 26 Aug 2019 11:19:51 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 26 Aug 2019 11:19:50 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.62]) with mapi id 14.03.0439.000; Tue, 27 Aug 2019 02:19:49 +0800 From: "Ni, Ray" To: "devel@edk2.groups.io" , "Ni, Ray" CC: "Kinney, Michael D" , "Gao, Liming" 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+NF2kY0e/RUKW8I4anvfXM6cNvMcQ Date: Mon, 26 Aug 2019 18:19:48 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C29AD17@SHSMSX104.ccr.corp.intel.com> References: <15BE8BCCADEA547C.18314@groups.io> In-Reply-To: <15BE8BCCADEA547C.18314@groups.io> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTQ0YmFhYmMtZDZlMS00MWIzLWFiYjctNWE3ODgzYzEzNTI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiV0xFWWNOdUhSNWhNNjZcLzVHbEI3cUpVTXNRQ21HWWhGZ2JiQ2NkWktQMUZTVGNoRDNncEREWEhXRWIrTzBhM0gifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I understand it's now in code freeze phase. Just make a try to see whether this very clean/simple header file change c= an be included in the stable tag. Any platform that uses BLE stack can get benefit from this definition upda= te. > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Ni, Ray > Sent: Monday, August 26, 2019 11:16 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > Subject: [edk2-devel] [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConf= ig.h: Add type EfiBluetoothSmpPeerAddressList >=20 > 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. >=20 > This new data type was added in UEFI spec 2.7b. >=20 > 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(-) >=20 > diff --git a/MdePkg/Include/Protocol/BluetoothLeConfig.h b/MdePkg/Includ= e/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 = device. >=20 > - Copyright (c) 2017, Intel Corporation. All rights reserved.
> + Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved. > SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > @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; >=20 > /** > -- > 2.21.0.windows.1 >=20 >=20 >=20