XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER Struct Reference

#include <BluetoothLeConfig.h>

Public Attributes

UINT32 Version
 
UINT8 ScanType
 
UINT16 ScanInterval
 
UINT16 ScanWindow
 
UINT8 ScanningFilterPolicy
 
UINT8 AdvertisementFlagFilter
 

Member Data Documentation

◆ AdvertisementFlagFilter

UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::AdvertisementFlagFilter

This is one byte flag to serve as a filter to remove unneeded scan result. For example, set BIT0 means scan in LE Limited Discoverable Mode. Set BIT1 means scan in LE General Discoverable Mode.

◆ ScanInterval

UINT16 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanInterval

Recommended scan interval to be used while performing scan.

◆ ScanningFilterPolicy

UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanningFilterPolicy

Recommended scanning filter policy to be used while performing a scan.

◆ ScanType

UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanType

Passive scanning or active scanning. See Bluetooth specification.

◆ ScanWindow

UINT16 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanWindow

Recommended scan window to be used while performing a scan.

◆ Version

UINT32 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::Version

The version of the structure. A value of zero represents the EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER structure as defined here. Future version of this specification may extend this data structure in a backward compatible way and increase the value of Version.


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