<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title></title><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><style type="text/css">p { margin:0px; padding:0px; }</style></head><body style='background-color:rgb(255, 255, 255);background-image:none;background-repeat:repeat;background-position:0% 0%;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;'><div id="editor_signature"><p size="1" style="font-family:Verdana;">Hello,</p><p style="font-family:Verdana;"><br /></p><p style="font-family:Verdana;">I've been trying to show bluetooth device search dialog using osso_rpc_run and osso_rpc_run_system but this code returns OSSO_RPC_ERROR every time.</p><p style="font-family:Verdana;"><br /></p><pre dir="ltr" class="panel" style="margin:0px;padding:6px;border:1px solid rgb(135, 135, 131);font-size:1.1em;background-color:rgb(255, 255, 255);width:500px;height:306px;text-align:left;overflow:auto;">osso_return_t ret;<br />osso_rpc_t retval = {};<br />ret = osso_rpc_run_system(app->osso_cont,<br />         CONBTDIALOGS_DBUS_SERVICE,<br />         CONBTDIALOGS_DBUS_PATH,<br />         CONBTDIALOGS_DBUS_INTERFACE,<br />         CONBTDIALOGS_SEARCH_REQ, &retval,<br />         DBUS_TYPE_STRING, "",<br />         DBUS_TYPE_STRING, "",<br />         DBUS_TYPE_ARRAY, DBUS_TYPE_STRING,<br />         DBUS_TYPE_STRING, "require",<br />         DBUS_TYPE_INVALID);<br /><br />if (ret != OSSO_OK)<br />{<br />        g_print(_("Could not show bluetooth dialog: (%s)\n"), ossoErrorStr(ret));<br />        return FALSE;<br />}<br /></pre><p><br /></p><p>Oddly enough i can't even use bluez dbus api since it returns same error. I think com.nokia.* calls are working since file chooser dialog functioned as it should. system("dbus-send ..."); is also working for bluez/bt_ui calls.</p><p><br /></p><p>Thanks for any help! (original thread http://talk.maemo.org/showthread.php?t=60821)<br /></p><p><br /></p><p style="font-family:Verdana;">         </p></div></body></html>