ScanSettings.Builder.SetMatchMode(BluetoothScanMatchMode) 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.
Définir le mode de correspondance pour la correspondance matérielle des filtres d’analyse Bluetooth LE.
[Android.Runtime.Register("setMatchMode", "(I)Landroid/bluetooth/le/ScanSettings$Builder;", "", ApiSince=23)]
public Android.Bluetooth.LE.ScanSettings.Builder? SetMatchMode(Android.Bluetooth.LE.BluetoothScanMatchMode matchMode);
[<Android.Runtime.Register("setMatchMode", "(I)Landroid/bluetooth/le/ScanSettings$Builder;", "", ApiSince=23)>]
member this.SetMatchMode : Android.Bluetooth.LE.BluetoothScanMatchMode -> Android.Bluetooth.LE.ScanSettings.Builder
Paramètres
- matchMode
- BluetoothScanMatchMode
Le mode correspondance peut être l’un des ScanSettings.MATCH_MODE_AGGRESSIVE ou ScanSettings.MATCH_MODE_STICKY
Retours
- Attributs
Remarques
Définir le mode de correspondance pour la correspondance matérielle des filtres d’analyse Bluetooth LE.
Référence Android pour android.bluetooth.le.ScanSettings.Builder.setMatchMode.
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.