ScanFilter.Builder.SetServiceSolicitationUuid 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.
Overloads
| Name | Description |
|---|---|
| SetServiceSolicitationUuid(ParcelUuid) |
Set filter on service solicitation uuid. |
| SetServiceSolicitationUuid(ParcelUuid, ParcelUuid) |
Set filter on partial service Solicitation uuid. |
SetServiceSolicitationUuid(ParcelUuid)
Set filter on service solicitation uuid.
[Android.Runtime.Register("setServiceSolicitationUuid", "(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;", "", ApiSince=29)]
public Android.Bluetooth.LE.ScanFilter.Builder SetServiceSolicitationUuid(Android.OS.ParcelUuid? serviceSolicitationUuid);
[<Android.Runtime.Register("setServiceSolicitationUuid", "(Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;", "", ApiSince=29)>]
member this.SetServiceSolicitationUuid : Android.OS.ParcelUuid -> Android.Bluetooth.LE.ScanFilter.Builder
Parameters
- serviceSolicitationUuid
- ParcelUuid
Returns
- Attributes
Remarks
Set filter on service solicitation uuid.
Android reference for android.bluetooth.le.ScanFilter.Builder.setServiceSolicitationUuid.
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
SetServiceSolicitationUuid(ParcelUuid, ParcelUuid)
Set filter on partial service Solicitation uuid.
[Android.Runtime.Register("setServiceSolicitationUuid", "(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;", "", ApiSince=29)]
public Android.Bluetooth.LE.ScanFilter.Builder SetServiceSolicitationUuid(Android.OS.ParcelUuid serviceSolicitationUuid, Android.OS.ParcelUuid solicitationUuidMask);
[<Android.Runtime.Register("setServiceSolicitationUuid", "(Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Landroid/bluetooth/le/ScanFilter$Builder;", "", ApiSince=29)>]
member this.SetServiceSolicitationUuid : Android.OS.ParcelUuid * Android.OS.ParcelUuid -> Android.Bluetooth.LE.ScanFilter.Builder
Parameters
- serviceSolicitationUuid
- ParcelUuid
can only be null if solicitationUuidMask is null.
- solicitationUuidMask
- ParcelUuid
can be null or a mask with no restriction.
Returns
- Attributes
Remarks
Set filter on partial service Solicitation uuid. The SolicitationUuidMask is the bit mask for the serviceSolicitationUuid. Set any bit in the mask to 1 to indicate a match is needed for the bit in serviceSolicitationUuid, and 0 to ignore that bit.
Android reference for android.bluetooth.le.ScanFilter.Builder.setServiceSolicitationUuid.
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.