次の方法で共有


BluetoothLEScanningMode 列挙型

定義

Bluetooth LE スキャン モードを指定する定数を定義します。

public enum class BluetoothLEScanningMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEScanningMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEScanningMode
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode.passive
Public Enum BluetoothLEScanningMode
継承
BluetoothLEScanningMode
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
bluetooth

フィールド

Active 1

アクティブなスキャン モードを指定します。 これは、スキャン要求パケットがプラットフォームから送信され、 BluetoothLEAdvertisementType.ScanResponse 型のより多くのアドバタイズ データをアクティブに照会することを示します。

None 2

スキャン モードを指定しません。 ウォッチャーは、システムが受信するとアドバタイズを提供しますが、独自のスキャンは開始しません。

Passive 0

パッシブ スキャン モードを指定します。 これは既定のスキャン モードです。

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
2004 19041 なし

適用対象