]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Bluetooth.h
MdePkg/DevicePath: Add BluetoothLe device path node support
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Bluetooth.h
index 7dc9d558dc4f7dddc0c1fee77672586727d1029b..caea3ac03487d1a921f17e0bff2cf9ccc51230b3 100644 (file)
@@ -2,7 +2,7 @@
   This file contains the Bluetooth definitions that are consumed by drivers.\r
   These definitions are from Bluetooth Core Specification Version 4.0 June, 2010\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -38,6 +38,21 @@ typedef struct {
   UINT16     MajorServiceClass:11;\r
 } BLUETOOTH_CLASS_OF_DEVICE;\r
 \r
+///\r
+/// BLUETOOTH_LE_ADDRESS\r
+///\r
+typedef struct {\r
+  ///\r
+  /// 48-bit Bluetooth device address\r
+  ///\r
+  UINT8      Address[6];\r
+  ///\r
+  /// 0x00 - Public Device Address\r
+  /// 0x01 - Random Device Address\r
+  ///\r
+  UINT8      Type;\r
+} BLUETOOTH_LE_ADDRESS;\r
+\r
 #pragma pack()\r
 \r
 #define BLUETOOTH_HCI_COMMAND_LOCAL_READABLE_NAME_MAX_SIZE    248\r