]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList
authorRay Ni <ray.ni@intel.com>
Mon, 26 Aug 2019 18:14:45 +0000 (02:14 +0800)
committerRay Ni <ray.ni@intel.com>
Mon, 9 Sep 2019 17:13:42 +0000 (01:13 +0800)
To support auto-connection, EFI_BLUETOOTH_LE_SMP_DATA_TYPE needs to
add a new data type EfiBluetoothSmpPeerAddressList which associates
with a list of Bluetooth per address connected before.

This new data type was added in UEFI spec 2.7b.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/BluetoothLeConfig.h

index 8c0f881f8579ef25b38a09d220826c854d0c1cea..8726a58b15998bc63f495ce643f1b9a9548be464 100644 (file)
@@ -2,7 +2,7 @@
   EFI Bluetooth LE Config Protocol as defined in UEFI 2.7.\r
   This protocol abstracts user interface configuration for BluetoothLe device.\r
 \r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>\r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
   @par Revision Reference:\r
@@ -451,6 +451,8 @@ typedef enum {
   EfiBluetoothSmpLocalCSRK, /* If Key hierarchy not supported */\r
   EfiBluetoothSmpLocalSignCounter,\r
   EfiBluetoothSmpLocalDIV,\r
+  EfiBluetoothSmpPeerAddressList,\r
+  EfiBluetoothSmpMax,\r
 } EFI_BLUETOOTH_LE_SMP_DATA_TYPE;\r
 \r
 /**\r