|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/BluetoothIo.h>
Data Fields | |
| UINT32 | Version |
| BLUETOOTH_ADDRESS | BD_ADDR |
| UINT8 | PageScanRepetitionMode |
| BLUETOOTH_CLASS_OF_DEVICE | ClassOfDevice |
| UINT16 | ClockOffset |
| UINT8 | RSSI |
| UINT8 | ExtendedInquiryResponse [240] |
Definition at line 35 of file BluetoothIo.h.
| BLUETOOTH_ADDRESS EFI_BLUETOOTH_DEVICE_INFO::BD_ADDR |
48bit Bluetooth device address.
Definition at line 43 of file BluetoothIo.h.
| BLUETOOTH_CLASS_OF_DEVICE EFI_BLUETOOTH_DEVICE_INFO::ClassOfDevice |
Bluetooth ClassOfDevice. See Bluetooth specification for detail.
Definition at line 51 of file BluetoothIo.h.
| UINT16 EFI_BLUETOOTH_DEVICE_INFO::ClockOffset |
Bluetooth CloseOffset. See Bluetooth specification for detail.
Definition at line 55 of file BluetoothIo.h.
| UINT8 EFI_BLUETOOTH_DEVICE_INFO::ExtendedInquiryResponse[240] |
Bluetooth ExtendedInquiryResponse. See Bluetooth specification for detail.
Definition at line 63 of file BluetoothIo.h.
| UINT8 EFI_BLUETOOTH_DEVICE_INFO::PageScanRepetitionMode |
Bluetooth PageScanRepetitionMode. See Bluetooth specification for detail.
Definition at line 47 of file BluetoothIo.h.
| UINT8 EFI_BLUETOOTH_DEVICE_INFO::RSSI |
Bluetooth RSSI. See Bluetooth specification for detail.
Definition at line 59 of file BluetoothIo.h.
| UINT32 EFI_BLUETOOTH_DEVICE_INFO::Version |
The version of the structure
Definition at line 39 of file BluetoothIo.h.