AdvertiseData.ServiceSolicitationUuids Property

Definition

Returns a list of service solicitation UUIDs within the advertisement that we invite to connect.

public System.Collections.Generic.IList<Android.OS.ParcelUuid> ServiceSolicitationUuids { [Android.Runtime.Register("getServiceSolicitationUuids", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getServiceSolicitationUuids", "()Ljava/util/List;", "", ApiSince=31)>]
member this.ServiceSolicitationUuids : System.Collections.Generic.IList<Android.OS.ParcelUuid>

Property Value

Attributes

Remarks

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

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