Share via


AdvertiseData.TransportDiscoveryData Property

Definition

Returns a list of TransportDiscoveryData within the advertisement.

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

Property Value

Attributes

Remarks

Returns a list of TransportDiscoveryData within the advertisement.

Java documentation for android.bluetooth.le.AdvertiseData.getTransportDiscoveryData().

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