Compartilhar via


BluetoothLeScanner.StopScan Método

Definição

Sobrecargas

StopScan(PendingIntent)

Interrompe uma verificação Bluetooth LE em andamento iniciada usando um PendingIntent.

StopScan(ScanCallback)

Interrompe uma verificação Bluetooth LE em andamento.

StopScan(PendingIntent)

Interrompe uma verificação Bluetooth LE em andamento iniciada usando um PendingIntent.

[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

Parâmetros

callbackIntent
PendingIntent

O PendingIntent que foi usado para iniciar a varredura.

Atributos

Comentários

Documentação Java para android.bluetooth.le.BluetoothLeScanner.stopScan(android.app.PendingIntent).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

StopScan(ScanCallback)

Interrompe uma verificação Bluetooth LE em andamento.

[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

Parâmetros

callback
ScanCallback

retorno de chamada

Atributos

Comentários

Documentação Java para android.bluetooth.le.BluetoothLeScanner.stopScan(android.bluetooth.le.ScanCallback).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a