BluetoothAdapter.StopLeScan(BluetoothAdapter+ILeScanCallback) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
deprecated
Arrête une analyse continue de l’appareil Bluetooth LE.
[Android.Runtime.Register("stopLeScan", "(Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)V", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")]
[System.Obsolete("deprecated")]
public void StopLeScan(Android.Bluetooth.BluetoothAdapter.ILeScanCallback? callback);
[<Android.Runtime.Register("stopLeScan", "(Landroid/bluetooth/BluetoothAdapter$LeScanCallback;)V", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_SCAN")>]
[<System.Obsolete("deprecated")>]
member this.StopLeScan : Android.Bluetooth.BluetoothAdapter.ILeScanCallback -> unit
Paramètres
- callback
- BluetoothAdapter.ILeScanCallback
utilisé pour identifier l’analyse à arrêter doit être le même handle que celui utilisé pour démarrer l’analyse
- Attributs
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.