Hi!
I'd like to know if there is a function that gives me a list about already connected devices.
Thanks
Manu
I hope the following helps:
Dim btClient As New BluetoothClient Dim devices() As BluetoothDeviceInfo = btClient.DiscoverDevices() Me.DataGridView1.DataSource = devices
thanks for your fast reply!!