Hi,

On Thu, 2006-01-19 at 16:48 +0800, ext 程波 程 wrote:
>     if(osso_get_dbus_connection(p->context)==NULL)
>         dprint("can not to session bus");
>     if(osso_get_sys_dbus_connection(p->context)==NULL)
>         dprint("con not to sys bus");
> osso_rpc_run(p->context,"com.nokia.btsearch","/com/nokia/btsearch/request","start_search",N
> ULL,NULL,DBUS_TYPE_INVALID);

Maybe 'osso_rpc_run' uses the session bus? I know for sure that btsearch
uses the system bus and I can't see any function call arguments that
would force 'osso_rpc_run' to use the system bus. 

If you check the BT keyboard plugin code, it does not use osso_rpc_* at
all, but creates the dbus method calls from scratch. In that code there
seems to be a nasty bug in sending a method call with no callback... I
have to drop the developer a mail.


Cheers,

        Patrik

-- 
Patrik Flykt <[EMAIL PROTECTED]>

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to