summaryrefslogtreecommitdiff
path: root/Core/MdePkg/Include/Protocol/DevicePath.h
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2017-06-06 10:03:09 +0800
committerGuo Mang <mang.guo@intel.com>2017-07-12 11:24:53 +0800
commit0acca3e4065b6b6498faf0844185c82b3367e0c8 (patch)
tree2f1aa40d7d529b9d3b2f1c3e142f9eb0a8e6f7f3 /Core/MdePkg/Include/Protocol/DevicePath.h
parentb527ce3be7b615d64339e6736a92a560b80f87d0 (diff)
downloadedk2-platforms-0acca3e4065b6b6498faf0844185c82b3367e0c8.tar.xz
MdePkg/DevicePath: Add BluetoothLe device path node support
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> (cherry picked from commit ff5623e990782ad62c5f6943087ebafb17afe8ba)
Diffstat (limited to 'Core/MdePkg/Include/Protocol/DevicePath.h')
-rw-r--r--Core/MdePkg/Include/Protocol/DevicePath.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/Core/MdePkg/Include/Protocol/DevicePath.h b/Core/MdePkg/Include/Protocol/DevicePath.h
index aa7aec793e..220fa90765 100644
--- a/Core/MdePkg/Include/Protocol/DevicePath.h
+++ b/Core/MdePkg/Include/Protocol/DevicePath.h
@@ -5,7 +5,7 @@
from a software point of view. The path must persist from boot to boot, so
it can not contain things like PCI bus numbers that change from boot to boot.
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
@@ -938,6 +938,15 @@ typedef struct {
UINT8 SSId[32];
} WIFI_DEVICE_PATH;
+///
+/// Bluetooth LE Device Path SubType.
+///
+#define MSG_BLUETOOTH_LE_DP 0x1E
+typedef struct {
+ EFI_DEVICE_PATH_PROTOCOL Header;
+ BLUETOOTH_LE_ADDRESS Address;
+} BLUETOOTH_LE_DEVICE_PATH;
+
//
// Media Device Path
//