AdvertiseData.Builder.AddServiceSolicitationUuid(ParcelUuid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add a service solicitation UUID to advertise data.
[Android.Runtime.Register("addServiceSolicitationUuid", "(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/AdvertiseData$Builder;", "", ApiSince=31)]
public Android.Bluetooth.LE.AdvertiseData.Builder AddServiceSolicitationUuid(Android.OS.ParcelUuid serviceSolicitationUuid);
[<Android.Runtime.Register("addServiceSolicitationUuid", "(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/AdvertiseData$Builder;", "", ApiSince=31)>]
member this.AddServiceSolicitationUuid : Android.OS.ParcelUuid -> Android.Bluetooth.LE.AdvertiseData.Builder
Parameters
- serviceSolicitationUuid
- ParcelUuid
A service solicitation UUID to be advertised. This value cannot be null.
Returns
- Attributes
Remarks
Add a service solicitation UUID to advertise data.
Android reference for android.bluetooth.le.AdvertiseData.Builder.addServiceSolicitationUuid.
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.