request Device Pairing
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
device Scan Result
The device to pair with, from listDevices.