hello
Iam trying to close the bluetooth underlying connection
I use
cli.Dispose()
cli.Close()
even close the thread that intiate the connection but it's not work
Plase Help and Thanks
Calling Close/Dispose on the BluetoothClient/NetworkStream/Socket should close the RFCOMM connection immediately. Presumably the L2CAP/ACL connections should close thereafter. I don't know if there is an API to force them to close. What's the problem you are seeing?
I don't know whats the problem but I solve it by Creating a new instance of BluetoothClient
when I did that it works so Thankssssssssss
Wierd! Don't know how that works...
me too I don't know but thanks