Table of Contents

Class BroadcastingOptions

Namespace
Bluetooth.Abstractions.Broadcasting.Options
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Represents broadcasting configuration options.

public record BroadcastingOptions : IEquatable<BroadcastingOptions>
Inheritance
BroadcastingOptions
Implements
Inherited Members

Properties

AdvertisedServiceUuids

Gets the list of service UUIDs advertised by the device.

public IReadOnlyList<Guid>? AdvertisedServiceUuids { get; init; }

Property Value

IReadOnlyList<Guid>

IncludeDeviceName

Gets a value indicating whether to include the device name in the advertisement.

public bool IncludeDeviceName { get; init; }

Property Value

bool

LocalDeviceName

Gets the local device name to be included in the advertisement.

public string? LocalDeviceName { get; init; }

Property Value

string