Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #107.55K
~19.5K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for joshi1984

Had to do something like this real quick and I come up with this Function GetBluetoothConnectedDevices() As List(Of String) Dim R As New List(Of String) Try Dim searcher As New ManagementObjectSearcher(New ManagementScope("\\.\root\CIMV2", Nothing), New WqlObjectQuery("Select Name from Win32_PnPEntity where pnpclass = 'bluetooth' and service is null and description = 'bluetooth …

Member Avatar for Andrei_7
1
20K

The End.