From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 54EE22095CC6F for ; Mon, 5 Jun 2017 20:26:44 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2017 20:27:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,304,1493708400"; d="scan'208";a="864935239" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.1]) by FMSMGA003.fm.intel.com with ESMTP; 05 Jun 2017 20:27:49 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Tue, 6 Jun 2017 11:27:41 +0800 Message-Id: <20170606032746.238188-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [PATCH 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 03:26:44 -0000 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 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 ++ 9 files changed, 1482 insertions(+), 357 deletions(-) create mode 100644 MdePkg/Include/Protocol/BluetoothAttribute.h create mode 100644 MdePkg/Include/Protocol/BluetoothLeConfig.h -- 2.12.2.windows.2