mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
MdePkg/BluetoothConfig: Update comments for GetData/GetRemoteData
Updates the GetData and GetRemoteData services description comments according to latest UEFI spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
2f93c5077f
commit
d52f8e4313
@ -1,5 +1,5 @@
|
|||||||
/** @file
|
/** @file
|
||||||
EFI Bluetooth Configuration Protocol as defined in UEFI 2.5.
|
EFI Bluetooth Configuration Protocol as defined in UEFI 2.7.
|
||||||
This protocol abstracts user interface configuration for Bluetooth device.
|
This protocol abstracts user interface configuration for Bluetooth device.
|
||||||
|
|
||||||
Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
This Protocol is introduced in UEFI Specification 2.5
|
This Protocol is introduced in UEFI Specification 2.7
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ -273,11 +273,11 @@ EFI_STATUS
|
|||||||
@retval EFI_SUCCESS The Bluetooth configuration data is returned successfully.
|
@retval EFI_SUCCESS The Bluetooth configuration data is returned successfully.
|
||||||
@retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE:
|
@retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE:
|
||||||
- DataSize is NULL.
|
- DataSize is NULL.
|
||||||
- *DataSize is 0.
|
- *DataSize is not 0 and Data is NULL.
|
||||||
- Data is NULL.
|
|
||||||
@retval EFI_UNSUPPORTED The DataType is unsupported.
|
@retval EFI_UNSUPPORTED The DataType is unsupported.
|
||||||
@retval EFI_NOT_FOUND The DataType is not found.
|
@retval EFI_NOT_FOUND The DataType is not found.
|
||||||
@retval EFI_BUFFER_TOO_SMALL The buffer is too small to hold the buffer.
|
@retval EFI_BUFFER_TOO_SMALL The buffer is too small to hold the buffer.
|
||||||
|
*DataSize has been updated with the size needed to complete the request.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
@ -327,11 +327,11 @@ EFI_STATUS
|
|||||||
@retval EFI_SUCCESS The remote Bluetooth device configuration data is returned successfully.
|
@retval EFI_SUCCESS The remote Bluetooth device configuration data is returned successfully.
|
||||||
@retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE:
|
@retval EFI_INVALID_PARAMETER One or more of the following conditions is TRUE:
|
||||||
- DataSize is NULL.
|
- DataSize is NULL.
|
||||||
- *DataSize is 0.
|
- *DataSize is not 0 and Data is NULL.
|
||||||
- Data is NULL.
|
|
||||||
@retval EFI_UNSUPPORTED The DataType is unsupported.
|
@retval EFI_UNSUPPORTED The DataType is unsupported.
|
||||||
@retval EFI_NOT_FOUND The DataType is not found.
|
@retval EFI_NOT_FOUND The DataType is not found.
|
||||||
@retval EFI_BUFFER_TOO_SMALL The buffer is too small to hold the buffer.
|
@retval EFI_BUFFER_TOO_SMALL The buffer is too small to hold the buffer.
|
||||||
|
*DataSize has been updated with the size needed to complete the request.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user