requestDevicePairing

abstract suspend fun requestDevicePairing(deviceScanResult: DeviceScanResult): Response<DevicePairingInfo>

Initiates the pairing process with a device.

Return

Success with pairing information, or failure if pairing couldn't be initiated.

Parameters

deviceScanResult

The device to pair with, from listDevices.