Table of Contents

Class DeviceDiscoveryConfiguration

Namespace
Jabra.NET.Sdk.Configuration
Assembly
Jabra.NET.Sdk.dll
public sealed class DeviceDiscoveryConfiguration
Inheritance
DeviceDiscoveryConfiguration
Inherited Members

Properties

DeviceConnector

Provide a custom device connector to use for device discovery. If not specified, the SDK will use the default device connector.

public IDeviceConnector? DeviceConnector { get; set; }

Property Value

IDeviceConnector

DeviceConnectorArguments

Specify arguments to a the device connector specified using DeviceConnectorPath.

public string? DeviceConnectorArguments { get; set; }

Property Value

string

DeviceConnectorPath

Specify the path to the device connector to use for device discovery. If not specified, the SDK will use the default device connector.

public string? DeviceConnectorPath { get; set; }

Property Value

string

EnableBluetoothClassic

Enable discovery of Bluetooth Classic devices connected directly to the PC, if this is supported by the Device Connector.

public bool EnableBluetoothClassic { get; set; }

Property Value

bool

Remarks

The Bluetooth protocol only allows one application to open a connection with a Bluetooth Classic device at a time. The Jabra SDK will keep an open connection to devices. This will prevent other applications or multiple instances of the same SDK based application from connecting to the device.