TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_BLUETOOTH_ATTRIBUTE_PERMISSION Union Reference

Data Fields

struct {
   UINT16   Readable: 1
 
   UINT16   ReadEncryption: 1
 
   UINT16   ReadAuthentication: 1
 
   UINT16   ReadAuthorization: 1
 
   UINT16   ReadKeySize: 5
 
   UINT16   Reserved1: 7
 
   UINT16   Writeable: 1
 
   UINT16   WriteEncryption: 1
 
   UINT16   WriteAuthentication: 1
 
   UINT16   WriteAuthorization: 1
 
   UINT16   WriteKeySize: 5
 
   UINT16   Reserved2: 7
 
Permission
 
UINT32 Data32
 

Detailed Description

Definition at line 52 of file BluetoothAttribute.h.

Field Documentation

◆ Data32

UINT32 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Data32

Definition at line 67 of file BluetoothAttribute.h.

◆ Readable

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Readable

Definition at line 54 of file BluetoothAttribute.h.

◆ ReadAuthentication

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadAuthentication

Definition at line 56 of file BluetoothAttribute.h.

◆ ReadAuthorization

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadAuthorization

Definition at line 57 of file BluetoothAttribute.h.

◆ ReadEncryption

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadEncryption

Definition at line 55 of file BluetoothAttribute.h.

◆ ReadKeySize

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadKeySize

Definition at line 58 of file BluetoothAttribute.h.

◆ Reserved1

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Reserved1

Definition at line 59 of file BluetoothAttribute.h.

◆ Reserved2

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Reserved2

Definition at line 65 of file BluetoothAttribute.h.

◆ Writeable

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Writeable

Definition at line 60 of file BluetoothAttribute.h.

◆ WriteAuthentication

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteAuthentication

Definition at line 62 of file BluetoothAttribute.h.

◆ WriteAuthorization

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteAuthorization

Definition at line 63 of file BluetoothAttribute.h.

◆ WriteEncryption

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteEncryption

Definition at line 61 of file BluetoothAttribute.h.

◆ WriteKeySize

UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteKeySize

Definition at line 64 of file BluetoothAttribute.h.


The documentation for this union was generated from the following file: