Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UWP Bluetooth Device Connect No more data is available. (Exception from HRESULT: 0x80070103)

I have the following line of code,

await _socket.ConnectAsync(_service.ConnectionHostName, _service.ConnectionServiceName);

The device is on I can get the Device Info but when I connect I get an exception

"No more data is available. (Exception from HRESULT: 0x80070103)"

I cant find any real answer to this

like image 780
Angel Emmanuel Calvas Avatar asked Mar 21 '16 04:03

Angel Emmanuel Calvas


1 Answers

I had the same problem. For me the solution was to remove the device from paired devices and then pair it again.

like image 93
JanB Avatar answered Oct 22 '22 05:10

JanB