v2: Change 5/5 to add GUID definitions to MdePkg.dec Ruiyu Ni (5): MdePkg/DevicePath: Add BluetoothLe device path node support MdePkg/BluetoothConfig: Add new EFI_BLUETOOTH_CONFIG_DATA_TYPE types MdePkg/BluetoothHc: Add detailed function header comments MdePkg/BluetoothIo: Formalize function header comments. MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.h
MdePkg/Include/IndustryStandard/Bluetooth.h | 17 +- MdePkg/Include/Protocol/BluetoothAttribute.h | 283 +++++++++ MdePkg/Include/Protocol/BluetoothConfig.h | 25 +- MdePkg/Include/Protocol/BluetoothHc.h | 510 ++++++++++------- MdePkg/Include/Protocol/BluetoothIo.h | 287 +++++----- MdePkg/Include/Protocol/BluetoothLeConfig.h | 634 +++++++++++++++++++++ MdePkg/Include/Protocol/DevicePath.h | 11 +- .../Library/UefiDevicePathLib/DevicePathFromText.c | 34 ++ .../Library/UefiDevicePathLib/DevicePathToText.c | 38 ++ MdePkg/MdePkg.dec | 10 + 10 files changed, 1492 insertions(+), 357 deletions(-) create mode 100644 MdePkg/Include/Protocol/BluetoothAttribute.h create mode 100644 MdePkg/Include/Protocol/BluetoothLeConfig.h -- 2.12.2.windows.2 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

