次の方法で共有


BluetoothLeScanner.FlushPendingScanResults(ScanCallback) メソッド

定義

Bluetooth コントローラーに格納されている保留中のバッチ スキャン結果をフラッシュします。

[Android.Runtime.Register("flushPendingScanResults", "(Landroid/bluetooth/le/ScanCallback;)V", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")]
public void FlushPendingScanResults (Android.Bluetooth.LE.ScanCallback? callback);
[<Android.Runtime.Register("flushPendingScanResults", "(Landroid/bluetooth/le/ScanCallback;)V", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")>]
member this.FlushPendingScanResults : Android.Bluetooth.LE.ScanCallback -> unit

パラメーター

callback
ScanCallback

Bluetooth LEスキャンのコールバックは、スキャンを開始するために使用されたものと同じインスタンスである必要があります。

属性

注釈

の Java ドキュメントandroid.bluetooth.le.BluetoothLeScanner.flushPendingScanResults(android.bluetooth.le.ScanCallback)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象