次の方法で共有


BluetoothLeScanner.StopScan メソッド

定義

オーバーロード

StopScan(PendingIntent)

PendingIntent の使用を開始した、進行中の Bluetooth LE スキャンを停止します。

StopScan(ScanCallback)

進行中の Bluetooth LE スキャンを停止します。

StopScan(PendingIntent)

PendingIntent の使用を開始した、進行中の Bluetooth LE スキャンを停止します。

[Android.Runtime.Register("stopScan", "(Landroid/app/PendingIntent;)V", "", ApiSince=26)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")]
public void StopScan (Android.App.PendingIntent? callbackIntent);
[<Android.Runtime.Register("stopScan", "(Landroid/app/PendingIntent;)V", "", ApiSince=26)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")>]
member this.StopScan : Android.App.PendingIntent -> unit

パラメーター

callbackIntent
PendingIntent

スキャンの開始に使用された PendingIntent。

属性

注釈

の Java ドキュメントandroid.bluetooth.le.BluetoothLeScanner.stopScan(android.app.PendingIntent)

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

適用対象

StopScan(ScanCallback)

進行中の Bluetooth LE スキャンを停止します。

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

パラメーター

callback
ScanCallback

callback

属性

注釈

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

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

適用対象