From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D380321AE30D0 for ; Mon, 5 Jun 2017 21:45:38 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2017 21:46:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,304,1493708400"; d="scan'208";a="111335550" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 05 Jun 2017 21:46:44 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Jun 2017 21:46:44 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Jun 2017 21:46:38 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Tue, 6 Jun 2017 12:46:37 +0800 From: "Yao, Jiewen" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7 Thread-Index: AQHS3nYSpZXsz7t9T0eDcoe+gBNsNqIXQsow Date: Tue, 6 Jun 2017 04:46:36 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A964184@shsmsx102.ccr.corp.intel.com> References: <20170606033543.254936-1-ruiyu.ni@intel.com> In-Reply-To: <20170606033543.254936-1-ruiyu.ni@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 04:45:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ru= iyu > Ni > Sent: Tuesday, June 6, 2017 11:36 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec= 2.7 >=20 > v2: Change 5/5 to add GUID definitions to MdePkg.dec >=20 > Ruiyu Ni (5): > MdePkg/DevicePath: Add BluetoothLe device path node support > MdePkg/BluetoothConfig: Add new EFI_BLUETOOTH_CONFIG_DATA_TYPE > types > MdePkg/BluetoothHc: Add detailed function header comments > MdePkg/BluetoothIo: Formalize function header comments. > MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.h >=20 > MdePkg/Include/IndustryStandard/Bluetooth.h | 17 +- > MdePkg/Include/Protocol/BluetoothAttribute.h | 283 +++++++++ > MdePkg/Include/Protocol/BluetoothConfig.h | 25 +- > MdePkg/Include/Protocol/BluetoothHc.h | 510 > ++++++++++------- > MdePkg/Include/Protocol/BluetoothIo.h | 287 +++++----- > MdePkg/Include/Protocol/BluetoothLeConfig.h | 634 > +++++++++++++++++++++ > MdePkg/Include/Protocol/DevicePath.h | 11 +- > .../Library/UefiDevicePathLib/DevicePathFromText.c | 34 ++ > .../Library/UefiDevicePathLib/DevicePathToText.c | 38 ++ > MdePkg/MdePkg.dec | 10 + > 10 files changed, 1492 insertions(+), 357 deletions(-) > create mode 100644 MdePkg/Include/Protocol/BluetoothAttribute.h > create mode 100644 MdePkg/Include/Protocol/BluetoothLeConfig.h >=20 > -- > 2.12.2.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel