views:

61

answers:

2

Hello,

I need my phone to act like a Bluetooth headset. I am planning to run a J2ME application in Phone to make Phone as Bluetooth Headset.

Any idea how to do this?

+1  A: 

Can't be done in J2ME as the Bluetooth API supports only SPP and L2CAP (and occasionally OBEX). Bluetooth headsets require the Headset profile.

funkybro
ok then is there any other way ?
org.life.java
A: 

How to do it on android?

Andy Lam