I am not able to get the local address.
when i write following code...
Try
Dim a As BluetoothRadio = BluetoothRadio.PrimaryRadioMsgBox(a.IsSupported)
Catch ex As ExceptionMsgBox(ex.ToString)
End Try
it displays false.
this means these APIs are not supporting the IVT protocol stack.
IVT does not have .NET api.
How can i handle this in vb.net
