public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7
@ 2017-06-06  3:35 Ruiyu Ni
  2017-06-06  3:35 ` [PATCH v2 1/5] MdePkg/DevicePath: Add BluetoothLe device path node support Ruiyu Ni
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ruiyu Ni @ 2017-06-06  3:35 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-06-06  6:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06  3:35 [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7 Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 1/5] MdePkg/DevicePath: Add BluetoothLe device path node support Ruiyu Ni
2017-06-06  6:42   ` Wu, Hao A
2017-06-06  3:35 ` [PATCH v2 2/5] MdePkg/BluetoothConfig: Add new EFI_BLUETOOTH_CONFIG_DATA_TYPE types Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 3/5] MdePkg/BluetoothHc: Add detailed function header comments Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 4/5] MdePkg/BluetoothIo: Formalize " Ruiyu Ni
2017-06-06  3:35 ` [PATCH v2 5/5] MdePkg: Add BluetoothAttribute.h and BluetoothLeConfig.h Ruiyu Ni
2017-06-06  4:46 ` [PATCH v2 0/5] Add Bluetooth LE definitions per UEFI Spec 2.7 Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox