Langue

SecurityLog.TagBluetoothConnection Champ

Définition

Attention

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

Indique que l’appareil tente de se connecter à un appareil Bluetooth.

[Android.Runtime.Register("TAG_BLUETOOTH_CONNECTION", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagBluetoothConnection = 210039;
[<Android.Runtime.Register("TAG_BLUETOOTH_CONNECTION", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagBluetoothConnection : Android.App.Admin.SecurityLogTags

Valeur de champ

Value = 210039
Attributs

Remarques

Indique que l’appareil tente de se connecter à un appareil Bluetooth. L’entrée de journal contient les informations suivantes sur l’événement, encapsulées dans un Object tableau et accessibles via SecurityEvent#getData(): <li> [0] L’adresse MAC de l’appareil Bluetooth () <li> [String1] Indique si la connexion réussit (Integer, 1 en cas de réussite, 0 sinon) <li> [2] Raison facultative d’échec lisible par l’homme, chaîne vide si aucune () (String)

Java documentation pour android.app.admin.SecurityLog.TAG_BLUETOOTH_CONNECTION.

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.

S’applique à