Bluetooth DIAM100
Hi,
I'm developing an application that uses bluetooth. Unfortunately one java api fails; or better: it's a native api failing and subsequently I get a java exception (I suppose).
When I call java BluetoothAdapter.listenUsingRfcommWithServiceRecor d I (always) get this error log:
ERROR/bluetooth_common.cpp(203): dbus_func_args_timeout_valist: D-Bus error in AddRfcommServiceRecord: org.freedesktop.DBus.Error.NoReply (Message did not receive a reply (timeout by message bus))
my configuration is
XDANDROID.2.2.AOSP.1.7.10.BETA.V1
rootfs-20100706-d50d631
linux-msm.201007062303
Bluetooth client connection are ok; The device always ask me for pairing but it works: I'm able to send data. 
The thing I miss is to open a bluetooth listening channel on the device
More details about error log in the attachment.
Thanks in advance for help.
|