J2ME,Bluetooth,JSR82, SPP

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

Boki

Boki said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,048
Members
48,769
Latest member
Clifft

Latest Threads

Top