Skip to content

Device Pairing ​

The DevicePairing module is used to pair/unpair and connect/disconnect wireless headsets (Bluetooth or DECT) with Jabra wireless dongles such as the Jabra Link 390 Bluetooth dongle or the Jabra Link 400 DECT dongle.

Set up Device Pairing Module ​

To use the DevicePairing module, you need to initialize the core SDK module and install the Jabra.NET.Sdk.DevicePairing nuget package:

sh
dotnet add package Jabra.NET.Sdk.DevicePairing

The DevicePairing module provides access to the following functionalities with Jabra wireless dongles:

  • Pairing a headset with the dongle
  • Remove headset pairing from dongle
  • Connecting/disconnecting headset to/from dongle

Please refer to the Bluetooth Pairing sample to get a quick start on using the Device Pairing module. In addition, there is more information and descriptions of usage in the API reference for the Device Pairing module.