[maemo-developers] [maemo-developers] btcond / d-bus problems

From: Johan Hedberg johan.hedberg at nokia.com
Date: Wed Dec 28 15:41:53 EET 2005
On Wed, Dec 28, 2005, Andrew Ramsay wrote:
> Is there anything obviously wrong with that?

Nothing obvious, except that you should be passing a pointer to the
string (i.e. char **) when calling get_args (and when done with the
returned string free it with dbus_free). However, that shouldn't cause
the problem you're describing.

Do you get the same result if you use dbus-send from the command line:
dbus-send --system --type=method_call --print-reply \
--dest=com.nokia.btcond /com/nokia/btcond/request \
com.nokia.btcond.request.rfcomm_bind string:00:02:76:C0:56:A4 string:SPP

Johan

More information about the maemo-developers mailing list