summaryrefslogtreecommitdiff
path: root/Core
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2017-06-06 11:14:16 +0800
committerGuo Mang <mang.guo@intel.com>2017-07-12 11:24:54 +0800
commite3bbdfb0832bd6c543df42363e783d1d1876595a (patch)
tree6b7ec89f474a61f75ec1337fb81fcc9477dc36d0 /Core
parentc2d98793513335f2e1dfcef5c395cea7caaeb86b (diff)
downloadedk2-platforms-e3bbdfb0832bd6c543df42363e783d1d1876595a.tar.xz
MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.h
UEFI Spec 2.7 introduces BluetoothAttribute and BluetoothLeConfig protocols. The patch adds the definitions for them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> (cherry picked from commit 9c94cc2ca270c2a9121c485281792c178281ac7d)
Diffstat (limited to 'Core')
-rw-r--r--Core/MdePkg/MdePkg.dec10
1 files changed, 10 insertions, 0 deletions
diff --git a/Core/MdePkg/MdePkg.dec b/Core/MdePkg/MdePkg.dec
index 0c0672af52..7a7504b7a3 100644
--- a/Core/MdePkg/MdePkg.dec
+++ b/Core/MdePkg/MdePkg.dec
@@ -1662,6 +1662,16 @@
gEfiEraseBlockProtocolGuid = { 0x95a9a93e, 0xa86e, 0x4926, {0xaa, 0xef, 0x99, 0x18, 0xe7, 0x72, 0xd9, 0x87 }}
#
+ # Protocols defined in UEFI2.7
+ #
+ ## Include/Protocol/BluetoothAttribute.h
+ gEfiBluetoothAttributeProtocolGuid = { 0x898890e9, 0x84b2, 0x4f3a, { 0x8c, 0x58, 0xd8, 0x57, 0x78, 0x13, 0xe0, 0xac } }
+ gEfiBluetoothAttributeServiceBindingProtocolGuid = { 0x5639867a, 0x8c8e, 0x408d, {0xac, 0x2f, 0x4b, 0x61, 0xbd, 0xc0, 0xbb, 0xbb }}
+
+ ## Include/Protocol/BluetoothLeConfig.h
+ gEfiBluetoothLeConfigProtocolGuid = { 0x8f76da58, 0x1f99, 0x4275, { 0xa4, 0xec, 0x47, 0x56, 0x51, 0x5b, 0x1c, 0xe8 } }
+
+ #
# Protocols defined in Shell2.0
#
## Include/Protocol/Shell.h