Sprache

BluetoothGattDescriptor.PermissionWriteSignedMitm Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Bluetooth.GattDescriptorPermission enum directly instead of this field.

Deskriptorberechtigung: Zulassen von signierten Schreibvorgängen mit Person-in-the-Middle-Schutz

[Android.Runtime.Register("PERMISSION_WRITE_SIGNED_MITM")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattDescriptorPermission enum directly instead of this field.", true)]
public const Android.Bluetooth.GattDescriptorPermission PermissionWriteSignedMitm = 256;
[<Android.Runtime.Register("PERMISSION_WRITE_SIGNED_MITM")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattDescriptorPermission enum directly instead of this field.", true)>]
val mutable PermissionWriteSignedMitm : Android.Bluetooth.GattDescriptorPermission

Feldwert

Value = 256

Implementiert

Attribute

Hinweise

Deskriptorberechtigung: Zulassen von signierten Schreibvorgängen mit Person-in-the-Middle-Schutz

Java Dokumentation für android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE_SIGNED_MITM.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: