Share via


TransportDiscoveryData.TransportBlocks Property

Definition

public System.Collections.Generic.IList<Android.Bluetooth.LE.TransportBlock> TransportBlocks { [Android.Runtime.Register("getTransportBlocks", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getTransportBlocks", "()Ljava/util/List;", "", ApiSince=33)>]
member this.TransportBlocks : System.Collections.Generic.IList<Android.Bluetooth.LE.TransportBlock>

Property Value

the list of TransportBlock in this TransportDiscoveryData or an empty list if there are no Transport Blocks

Attributes

Remarks

Java documentation for android.bluetooth.le.TransportDiscoveryData.getTransportBlocks().

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