bluetooth on a nokia

I am trying to develop an app that uses bluetooth for my nokia 6102i phone, but I am having trouble figuring out whether or not that is even possible.

The reason I doubt the possibility of this is that my phone is not on the list of devices that have Jsr - 82 embedded in them. (http://www.javabluetooth.com/jsr82devices.html) I realize that this may not be required for bluetooth apps, but I honestly have no idea one way or the other.

Also, on the nokia developer website, they talk about Series numbers like S80 or S60 and the like, but my phone is only an S40. I'm honestly not exactly sure what that means, but here are the phone specs: http://forum.nokia.com/devices/6102i

In the section titled java technology in the above specs, it lists the following:

MIDP 2.0

CLDC 1.1

JSR 120 Wireless Messaging API

JSR 135 Mobile Media API

JSR 185 JTWI

JSR 75 FileConnection and PIM API

Nokia UI API

My guess would be that the JSR 120 provides bluetooth connectivity, but again, I'm not sure.

So, basically what I'm asking is whether or not it is possible to program an app for my phone that utilizes bluetooth connectivity, and if so, where a good place to start is.

Thanks

[1258 byte] By [dbonhoppera] at [2007-11-26 20:31:57]
# 1
No, it's not possible to program a bluetooth application on your mobile phone.Regarding the series numbers, have a look here: http://www.forum.nokia.com/main/platforms/index.html
JoachimRohdea at 2007-7-10 1:21:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
So, does that mean that there is absolutely no way, or would I just have to update my phone or something?Also, could I use another programming language?
dbonhoppera at 2007-7-10 1:21:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

No, there's no way to program bluetooth on this device. There's also no other possibility to program in any other language than Java.

If you consider buying an older, cheap device, I'd recommend the 6230i. You can program bluetooth applications for this device and due to the fact that it's quite outdated, it should be easily available for few money. All in all it's a quite nice device which doesn't make any trouble while programming (in comparison for motorola devices, e.g.).

JoachimRohdea at 2007-7-10 1:21:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...