Share via


Windows.Devices.Bluetooth.Advertisement 名前空間

アプリが Bluetooth Low Energy (LE) アドバタイズを送受信できるようにします。

クラス

BluetoothLEAdvertisement

Bluetooth LE アドバタイズペイロードの表現。

BluetoothLEAdvertisementBytePattern

一致するフィルターの Bluetooth LE アドバタイズ バイト パターン。

BluetoothLEAdvertisementDataSection

Bluetooth LE アドバタイズ セクション。 Bluetooth LE アドバタイズ パケットには、これらの BluetoothLEAdvertisementDataSection オブジェクトの複数のインスタンスを含めることができます。

BluetoothLEAdvertisementDataTypes

Bluetooth 特別関心グループ (SIG) によって汎用アクセス プロファイル (GAP) で定義されている Bluetooth LE アドバタイズの種類の一部。

BluetoothLEAdvertisementFilter

受信した Bluetooth LE アドバタイズのペイロード ベースのフィルター処理を構成するために使用されるパラメーターをグループ化します。

BluetoothLEAdvertisementPublisher

Bluetooth Low Energy (LE) アドバタイズを送信するオブジェクト。

BluetoothLEAdvertisementPublisherStatusChangedEventArgs

BluetoothLEAdvertisementPublisherStatusChanged イベントのデータを提供します。

BluetoothLEAdvertisementReceivedEventArgs

BluetoothLEAdvertisementWatcherReceived イベントのデータを提供します。 BluetoothLEAdvertisementReceivedEventArgs インスタンスは、BluetoothLEAdvertisementWatcher オブジェクトで Received イベントが発生したときに作成されます。

BluetoothLEAdvertisementWatcher

Bluetooth Low Energy (LE) アドバタイズを受信するオブジェクト。

BluetoothLEAdvertisementWatcherStoppedEventArgs

BluetoothLEAdvertisementWatcherStopped イベントのデータを提供します。 BluetoothLEAdvertisementWatcherStoppedEventArgs インスタンスは、BluetoothLEAdvertisementWatcher オブジェクトで Stopped イベントが発生したときに作成されます。

BluetoothLEManufacturerData

Bluetooth LE の製造元固有のデータ セクション (LE アドバタイズ セクションの特定の種類の 1 つ)。 Bluetooth LE アドバタイズ パケットには、これらの BluetoothLEManufacturerData オブジェクトの複数のインスタンスを含めることができます。

列挙型

BluetoothLEAdvertisementFlags

Bluetooth LE アドバタイズペイロード内に含まれるフラグの照合に使用するフラグを指定する定数を定義します。

BluetoothLEAdvertisementPublisherStatus

BluetoothLEAdvertisementPublisher の考えられる状態を表します。

BluetoothLEAdvertisementType

さまざまな種類の Bluetooth LE アドバタイズ ペイロードを指定します。

BluetoothLEAdvertisementWatcherStatus

BluetoothLEAdvertisementWatcher の考えられる状態を表します。

BluetoothLEScanningMode

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

注釈

Windows.Devices.Bluetooth.Advertisement 名前空間を使用すると、次のようなシンプルで強力な一連のメソッドをアプリに提供できます。

  • 構成可能なフィルタリング機能を使用して、Bluetooth LE 周辺機器からアドバタイズ データを受信します。
  • アプリがビーコン広告のソースとして動作することを可能にする Bluetooth LE アドバタイズを送信します。

この名前空間には、次の 2 つのクラス セットが使用されます。

  • 受信用の広告ウォッチャー。
  • 送信用のアドバタイズパブリッシャー。

こちらもご覧ください