[edk2] [PATCH 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7

Ruiyu Ni posted 5 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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 ++
9 files changed, 1482 insertions(+), 357 deletions(-)
create mode 100644 MdePkg/Include/Protocol/BluetoothAttribute.h
create mode 100644 MdePkg/Include/Protocol/BluetoothLeConfig.h
[edk2] [PATCH 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7
Posted by Ruiyu Ni 6 years, 10 months ago
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 ++
 9 files changed, 1482 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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel