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


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



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

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

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

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