Table of Contents

Interface IBluetoothChildDevice

Namespace
Jabra.NET.Sdk.DevicePairing
Assembly
Jabra.NET.Sdk.DevicePairing.dll
public interface IBluetoothChildDevice

Properties

AllAddresses

All Bluetooth addresses of the device. Some devices, such as truly wireless earbuds, may have more than one Bluetooth address.

BluetoothAddressCollection AllAddresses { get; }

Property Value

BluetoothAddressCollection

BluetoothAddress

The primary Bluetooth address of the device.

IBluetoothAddress BluetoothAddress { get; }

Property Value

IBluetoothAddress

Name

string Name { get; }

Property Value

string