]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/BluetoothIo.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / BluetoothIo.h
index 7b9a2d6f5933f1fd26faa9663a6f74f6d769a5f3..620bfbc961cccbd61c77de7dd0c0086a2128225f 100644 (file)
@@ -36,31 +36,31 @@ typedef struct {
   ///\r
   /// The version of the structure\r
   ///\r
-  UINT32                      Version;\r
+  UINT32                       Version;\r
   ///\r
   /// 48bit Bluetooth device address.\r
   ///\r
-  BLUETOOTH_ADDRESS           BD_ADDR;\r
+  BLUETOOTH_ADDRESS            BD_ADDR;\r
   ///\r
   /// Bluetooth PageScanRepetitionMode. See Bluetooth specification for detail.\r
   ///\r
-  UINT8                       PageScanRepetitionMode;\r
+  UINT8                        PageScanRepetitionMode;\r
   ///\r
   /// Bluetooth ClassOfDevice. See Bluetooth specification for detail.\r
   ///\r
-  BLUETOOTH_CLASS_OF_DEVICE   ClassOfDevice;\r
+  BLUETOOTH_CLASS_OF_DEVICE    ClassOfDevice;\r
   ///\r
   /// Bluetooth CloseOffset. See Bluetooth specification for detail.\r
   ///\r
-  UINT16                      ClockOffset;\r
+  UINT16                       ClockOffset;\r
   ///\r
   /// Bluetooth RSSI. See Bluetooth specification for detail.\r
   ///\r
-  UINT8                       RSSI;\r
+  UINT8                        RSSI;\r
   ///\r
   /// Bluetooth ExtendedInquiryResponse. See Bluetooth specification for detail.\r
   ///\r
-  UINT8                       ExtendedInquiryResponse[240];\r
+  UINT8                        ExtendedInquiryResponse[240];\r
 } EFI_BLUETOOTH_DEVICE_INFO;\r
 \r
 /**\r
@@ -172,7 +172,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_BLUETOOTH_IO_ASYNC_FUNC_CALLBACK) (\r
+(EFIAPI *EFI_BLUETOOTH_IO_ASYNC_FUNC_CALLBACK)(\r
   IN UINT16                     ChannelID,\r
   IN VOID                       *Data,\r
   IN UINTN                      DataLength,\r
@@ -282,7 +282,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_BLUETOOTH_IO_CHANNEL_SERVICE_CALLBACK) (\r
+(EFIAPI *EFI_BLUETOOTH_IO_CHANNEL_SERVICE_CALLBACK)(\r
   IN VOID                         *Data,\r
   IN UINTN                        DataLength,\r
   IN VOID                         *Context\r
@@ -311,7 +311,7 @@ EFI_STATUS
   IN  EFI_BLUETOOTH_IO_PROTOCOL                   *This,\r
   IN  EFI_HANDLE                                  Handle,\r
   IN  EFI_BLUETOOTH_IO_CHANNEL_SERVICE_CALLBACK   Callback,\r
-  IN  VOID*                                       Context\r
+  IN  VOID *Context\r
   );\r
 \r
 /**\r
@@ -405,7 +405,7 @@ struct _EFI_BLUETOOTH_IO_PROTOCOL {
   EFI_BLUETOOTH_IO_L2CAP_REGISTER_SERVICE     L2CapRegisterService;\r
 };\r
 \r
-extern EFI_GUID gEfiBluetoothIoServiceBindingProtocolGuid;\r
-extern EFI_GUID gEfiBluetoothIoProtocolGuid;\r
+extern EFI_GUID  gEfiBluetoothIoServiceBindingProtocolGuid;\r
+extern EFI_GUID  gEfiBluetoothIoProtocolGuid;\r
 \r
 #endif\r