TianoCore EDK2 master
|
Data Fields | |
UINT32 | Version |
UINT8 | ScanType |
UINT16 | ScanInterval |
UINT16 | ScanWindow |
UINT8 | ScanningFilterPolicy |
UINT8 | AdvertisementFlagFilter |
Definition at line 44 of file BluetoothLeConfig.h.
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.
Definition at line 72 of file BluetoothLeConfig.h.
UINT16 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanInterval |
Recommended scan interval to be used while performing scan.
Definition at line 58 of file BluetoothLeConfig.h.
UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanningFilterPolicy |
Recommended scanning filter policy to be used while performing a scan.
Definition at line 66 of file BluetoothLeConfig.h.
UINT8 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanType |
Passive scanning or active scanning. See Bluetooth specification.
Definition at line 54 of file BluetoothLeConfig.h.
UINT16 EFI_BLUETOOTH_LE_CONFIG_SCAN_PARAMETER::ScanWindow |
Recommended scan window to be used while performing a scan.
Definition at line 62 of file BluetoothLeConfig.h.
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.
Definition at line 50 of file BluetoothLeConfig.h.