TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_BLUETOOTH_DEVICE_INFO Struct Reference

#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]
 

Detailed Description

EFI_BLUETOOTH_DEVICE_INFO

Definition at line 35 of file BluetoothIo.h.

Field Documentation

◆ BD_ADDR

BLUETOOTH_ADDRESS EFI_BLUETOOTH_DEVICE_INFO::BD_ADDR

48bit Bluetooth device address.

Definition at line 43 of file BluetoothIo.h.

◆ ClassOfDevice

BLUETOOTH_CLASS_OF_DEVICE EFI_BLUETOOTH_DEVICE_INFO::ClassOfDevice

Bluetooth ClassOfDevice. See Bluetooth specification for detail.

Definition at line 51 of file BluetoothIo.h.

◆ ClockOffset

UINT16 EFI_BLUETOOTH_DEVICE_INFO::ClockOffset

Bluetooth CloseOffset. See Bluetooth specification for detail.

Definition at line 55 of file BluetoothIo.h.

◆ ExtendedInquiryResponse

UINT8 EFI_BLUETOOTH_DEVICE_INFO::ExtendedInquiryResponse[240]

Bluetooth ExtendedInquiryResponse. See Bluetooth specification for detail.

Definition at line 63 of file BluetoothIo.h.

◆ PageScanRepetitionMode

UINT8 EFI_BLUETOOTH_DEVICE_INFO::PageScanRepetitionMode

Bluetooth PageScanRepetitionMode. See Bluetooth specification for detail.

Definition at line 47 of file BluetoothIo.h.

◆ RSSI

UINT8 EFI_BLUETOOTH_DEVICE_INFO::RSSI

Bluetooth RSSI. See Bluetooth specification for detail.

Definition at line 59 of file BluetoothIo.h.

◆ Version

UINT32 EFI_BLUETOOTH_DEVICE_INFO::Version

The version of the structure

Definition at line 39 of file BluetoothIo.h.


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