BluetoothGattCharacteristic.Descriptors Property

Definition

Returns a list of descriptors for this characteristic.

public virtual System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattDescriptor>? Descriptors { [Android.Runtime.Register("getDescriptors", "()Ljava/util/List;", "GetGetDescriptorsHandler")] get; }
[<get: Android.Runtime.Register("getDescriptors", "()Ljava/util/List;", "GetGetDescriptorsHandler")>]
member this.Descriptors : System.Collections.Generic.IList<Android.Bluetooth.BluetoothGattDescriptor>

Property Value

Descriptors for this characteristic

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGattCharacteristic.getDescriptors().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to