TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/BluetoothConfig.h>
Data Fields | |
BLUETOOTH_ADDRESS | BDAddr |
UINT8 | RemoteDeviceState |
BLUETOOTH_CLASS_OF_DEVICE | ClassOfDevice |
UINT8 | RemoteDeviceName [BLUETOOTH_HCI_COMMAND_LOCAL_READABLE_NAME_MAX_SIZE] |
EFI_BLUETOOTH_SCAN_CALLBACK_INFORMATION
Definition at line 32 of file BluetoothConfig.h.
BLUETOOTH_ADDRESS EFI_BLUETOOTH_SCAN_CALLBACK_INFORMATION::BDAddr |
48bit Bluetooth device address.
Definition at line 36 of file BluetoothConfig.h.
BLUETOOTH_CLASS_OF_DEVICE EFI_BLUETOOTH_SCAN_CALLBACK_INFORMATION::ClassOfDevice |
Bluetooth ClassOfDevice. See Bluetooth specification for detail.
Definition at line 44 of file BluetoothConfig.h.
UINT8 EFI_BLUETOOTH_SCAN_CALLBACK_INFORMATION::RemoteDeviceName[BLUETOOTH_HCI_COMMAND_LOCAL_READABLE_NAME_MAX_SIZE] |
Remote device name
Definition at line 48 of file BluetoothConfig.h.
UINT8 EFI_BLUETOOTH_SCAN_CALLBACK_INFORMATION::RemoteDeviceState |
State of the remote deive
Definition at line 40 of file BluetoothConfig.h.