* [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList
@ 2019-08-26 18:16 Ni, Ray
2019-09-04 0:05 ` [edk2-devel] " Liming Gao
0 siblings, 1 reply; 2+ messages in thread
From: Ni, Ray @ 2019-08-26 18:16 UTC (permalink / raw)
To: devel; +Cc: Michael D Kinney, Liming Gao
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>
Cc: Liming Gao <liming.gao@intel.com>
---
MdePkg/Include/Protocol/BluetoothLeConfig.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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;
/**
--
2.21.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-devel] [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList
2019-08-26 18:16 [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList Ni, Ray
@ 2019-09-04 0:05 ` Liming Gao
0 siblings, 0 replies; 2+ messages in thread
From: Liming Gao @ 2019-09-04 0:05 UTC (permalink / raw)
To: devel@edk2.groups.io, Ni, Ray; +Cc: Kinney, Michael D
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ni,
>Ray
>Sent: Tuesday, August 27, 2019 2:16 AM
>To: devel@edk2.groups.io
>Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming
><liming.gao@intel.com>
>Subject: [edk2-devel] [PATCH] [edk2-stable201908]
>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>
>Cc: Liming Gao <liming.gao@intel.com>
>---
> MdePkg/Include/Protocol/BluetoothLeConfig.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
>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;
>
> /**
>--
>2.21.0.windows.1
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-04 0:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 18:16 [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList Ni, Ray
2019-09-04 0:05 ` [edk2-devel] " Liming Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox