B
Boki
Hi All,
How can I close the SPP connection,
is that will " disconnect" bluetooth connection?
---------------------------------------------------------
try {
carConnection.quitCarLink(os);
con.clos e(); // Won't close until is & os closes...
con = null;
is.close();
os.close();
}
catch (IOException
)
----------------------------------------------------------
It seems close the resource only...><!!
Best regards,
Boki.
How can I close the SPP connection,
is that will " disconnect" bluetooth connection?
---------------------------------------------------------
try {
carConnection.quitCarLink(os);
con.clos e(); // Won't close until is & os closes...
con = null;
is.close();
os.close();
}
catch (IOException
)
----------------------------------------------------------
It seems close the resource only...><!!
Best regards,
Boki.