From f49421a47dca44c3cfc6d09dfa304239538e2648 Mon Sep 17 00:00:00 2001 From: Ray Ni Date: Tue, 27 Aug 2019 02:14:45 +0800 Subject: 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 Cc: Michael D Kinney Reviewed-by: Liming Gao --- MdePkg/Include/Protocol/BluetoothLeConfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/BluetoothLeConfig.h b/MdePkg/Include/Protocol/BluetoothLeConfig.h index 8c0f881..8726a58 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.
+ Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
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; /** -- cgit v1.1