|
XenevaOS
|
#include <BluetoothLeConfig.h>
Public Attributes | |
| UINT32 | Version |
| UINT8 | ScanType |
| UINT16 | ScanInterval |
| UINT16 | ScanWindow |
| UINT8 | ScanningFilterPolicy |
| UINT8 | 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.
| UINT16 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanInterval |
Recommended scan interval to be used while performing scan.
| UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanningFilterPolicy |
Recommended scanning filter policy to be used while performing a scan.
| UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanType |
Passive scanning or active scanning. See Bluetooth specification.
| UINT16 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanWindow |
Recommended scan window to be used while performing a scan.
| 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.