DiscoverDevicesInRange() is not returning paired device information which is in range

Yashwanth Lokam 51 Reputation points
2022-10-11T07:13:14.357+00:00

Hi,
BluetoothClient client=new BluetoothClient();
foreach (var device in client.DiscoverDevicesInRange())
{
dev.Add(device);
list.Add(device);
}
I am using DiscoverDevicesInRange() from 32feet bluetooth lib to get the nearby bluetooth connections. I am facing an issue where I am unable to get my bluetooth device information from this method when the device is in range. My device is paired with windows. Any idea on how to get paired bluetooth device information which is in range?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
{count} votes