summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol
diff options
context:
space:
mode:
authorRay Ni <ray.ni@intel.com>2019-08-27 02:14:45 +0800
committerRay Ni <ray.ni@intel.com>2019-09-10 01:13:42 +0800
commitf49421a47dca44c3cfc6d09dfa304239538e2648 (patch)
tree605836a9d0404093f4e8f21c65f2f046f1c5e013 /MdePkg/Include/Protocol
parentd6f5a5050b942cc0ec08bdc39900b8231957e18c (diff)
downloadedk2-f49421a47dca44c3cfc6d09dfa304239538e2648.tar.gz
edk2-f49421a47dca44c3cfc6d09dfa304239538e2648.tar.bz2
edk2-f49421a47dca44c3cfc6d09dfa304239538e2648.zip
MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList
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>
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r--MdePkg/Include/Protocol/BluetoothLeConfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/BluetoothLeConfig.h b/MdePkg/Include/Protocol/BluetoothLeConfig.h
index 8c0f881f85..8726a58b15 100644
--- a/MdePkg/Include/Protocol/BluetoothLeConfig.h
+++ b/MdePkg/Include/Protocol/BluetoothLeConfig.h
@@ -2,7 +2,7 @@
EFI Bluetooth LE Config Protocol as defined in UEFI 2.7.
This protocol abstracts user interface configuration for BluetoothLe device.
- Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Revision Reference:
@@ -451,6 +451,8 @@ typedef enum {
EfiBluetoothSmpLocalCSRK, /* If Key hierarchy not supported */
EfiBluetoothSmpLocalSignCounter,
EfiBluetoothSmpLocalDIV,
+ EfiBluetoothSmpPeerAddressList,
+ EfiBluetoothSmpMax,
} EFI_BLUETOOTH_LE_SMP_DATA_TYPE;
/**