import javax.bluetooth.*;
import javax.microedition.io.Connector;
import javax.obex.*;
import com.intel.bluetooth.*;
...
BlueCoveImpl bci = BlueCoveImpl.instance();
bci.setBluetoothStack(BlueCoveImpl.STACK_BLUESOLEIL);
localDevice = LocalDevice.getLocalDevice();
...
How do I get the configured path on the localDevice where Bluetooth-sent files arrive?
e.g. C:\Users\Me\Documents\Bluetooth\inbox