[edk2-devel] [PATCH] [edk2-stable201908] MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList

Liming Gao liming.gao at intel.com
Mon Aug 26 23:56:30 UTC 2019


Cc to all Stewards. 

>-----Original Message-----
>From: Ni, Ray
>Sent: Tuesday, August 27, 2019 2:20 AM
>To: devel at edk2.groups.io; Ni, Ray <ray.ni at intel.com>
>Cc: Kinney, Michael D <michael.d.kinney at intel.com>; Gao, Liming
><liming.gao at intel.com>
>Subject: RE: [edk2-devel] [PATCH] [edk2-stable201908]
>MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList
>
>I understand it's now in code freeze phase.
>Just make a try to see whether this very clean/simple header file change can
>be included in the stable tag.
>Any platform that uses BLE stack can get benefit from this definition update.
>
>> -----Original Message-----
>> From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Ni, Ray
>> Sent: Monday, August 26, 2019 11:16 AM
>> To: devel at edk2.groups.io
>> Cc: Kinney, Michael D <michael.d.kinney at intel.com>; Gao, Liming
><liming.gao at 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 at intel.com>
>> Cc: Michael D Kinney <michael.d.kinney at intel.com>
>> Cc: Liming Gao <liming.gao at 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
>>
>>
>> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#46388): https://edk2.groups.io/g/devel/message/46388
Mute This Topic: https://groups.io/mt/33037003/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list