B
Boki
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.
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.