TianoCore EDK2 master
|
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 |
Definition at line 52 of file BluetoothAttribute.h.
UINT32 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Data32 |
Definition at line 67 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Readable |
Definition at line 54 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadAuthentication |
Definition at line 56 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadAuthorization |
Definition at line 57 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadEncryption |
Definition at line 55 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::ReadKeySize |
Definition at line 58 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Reserved1 |
Definition at line 59 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Reserved2 |
Definition at line 65 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::Writeable |
Definition at line 60 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteAuthentication |
Definition at line 62 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteAuthorization |
Definition at line 63 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteEncryption |
Definition at line 61 of file BluetoothAttribute.h.
UINT16 EFI_BLUETOOTH_ATTRIBUTE_PERMISSION::WriteKeySize |
Definition at line 64 of file BluetoothAttribute.h.