Arduino Bluetooth Services - Hard Topic

Hi,

the arduino bluetooth board has a bluegiga chip, the wt11.
Here you can find the details:

http://www.bluegiga.com/WT11_Class_1_Bluetooth_Module

Now, I use a j2me program that lists all services that device, in this case arduino bluetooth, has.
Result: only the SPP (Serial Port Profile) service found.
How is it possible?
I need the OBEX OPP.

In fact the OBEX OPP profile is supported!

Ideas?

Thanks

Well, it doesn't suprise me that the arduino would target SPP, it looks like a serial based protocol, right up arduinos alley. The OCX looks like a fancy object based protocol that probably takes some computing resources to support. But I don't know any details.