You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Linux device running Bluez. Windows itself can connect to it and form a PAN network (not serial).
Do the 32feet libraries support PAN networking? I have a working Maui .Net application that can scan, connect , pair and get services using 32feet, both Windows and Android.
Here is what I have tried
BluetoothDeviceInfo remoteDeviceInfo; // gotten from client.DiscoverDevices after BluetoothDevicePicker
remoteDeviceInfo.SetServiceState(BluetoothService.Nap, true);
client.Connect(remoteDeviceInfo.DeviceAddress, BluetoothService.Nap)
call gets "a socket operation was attempted to an unreachable network" exception.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Linux device running Bluez. Windows itself can connect to it and form a PAN network (not serial).
Do the 32feet libraries support PAN networking? I have a working Maui .Net application that can scan, connect , pair and get services using 32feet, both Windows and Android.
Here is what I have tried
call gets "a socket operation was attempted to an unreachable network" exception.
Beta Was this translation helpful? Give feedback.
All reactions