Code Comments
Programming Forum and web based access to our favorite programming groups.Hi All, java code: Sony Ericsson BluetoothCar.jar Device: Sony Ericsson P910i 1. Why sometimes CAR-100 can`t call bluetoothcar java program automatically? Should I run it first? I can't close it correctly, it will keep the control screen and didn't exit. 2. Why I can't find " xSPPServer" service on P910i when I do SDP from PC dongle? 3. 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 e) {} } OR it just close the resource, in fact, bluetooth connection is disconnected by CAR-100... Best regards, Boki.
Post Follow-up to this message"Boki" <bokiteam@ms21.hinet.net> ¼¶¼g©ó¶l¥ó·s»D:d486a8$qps$1@netnews.hinet.net... > Hi All, > > java code: Sony Ericsson BluetoothCar.jar > Device: Sony Ericsson P910i > > 1. Why sometimes CAR-100 can`t call bluetoothcar java program > automatically? > Should I run it first? Yes. > I can't close it correctly, it will keep the control screen and didn't > exit. Not your problem. > > 2. Why I can't find " xSPPServer" service on P910i when I do SDP from PC > dongle? > Secret. > 3. 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 e) {} > } > Yes. > > OR > it just close the resource, in fact, bluetooth connection is disconnected > by CAR-100... > Both. > Best regards, > Boki. You are welcome. >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.