Android/Bluetooth dbus相关函数

来源:互联网 发布:python刷题网站 编辑:程序博客网 时间:2024/05/31 19:57

dbus_error_init(&err);
dbus_error_is_set(&err)
dbus_error_free(&err);

dbus_connection_set_exit_on_disconnect
dbus_connection_register_object_path
dbus_connection_unregister_object_path
dbus_connection_send_with_reply_and_block
dbus_connection_send

dbus_message_new_method_call
dbus_message_unref
dbus_message_append_args_valist
dbus_message_get_args
dbus_message_new_method_return

dbus_threads_init_default();

dbus_bus_get(DBUS_BUS_SYSTEM, &err);

dbus_pending_call_set_notify

原创粉丝点击