Lines Matching refs:adapter_path
337 static int register_agent(DBusConnection *conn, const char *adapter_path, in register_agent() argument
344 msg = dbus_message_new_method_call("org.bluez", adapter_path, in register_agent()
377 static int unregister_agent(DBusConnection *conn, const char *adapter_path, in unregister_agent() argument
383 msg = dbus_message_new_method_call("org.bluez", adapter_path, in unregister_agent()
417 static int create_paired_device(DBusConnection *conn, const char *adapter_path, in create_paired_device() argument
425 msg = dbus_message_new_method_call("org.bluez", adapter_path, in create_paired_device()
587 char *adapter_path = NULL, *agent_path = NULL, *device = NULL; in main() local
645 adapter_path = get_adapter_path(conn, adapter_id); in main()
646 if (!adapter_path) in main()
656 if (create_paired_device(conn, adapter_path, agent_path, in main()
662 if (register_agent(conn, adapter_path, agent_path, in main()
690 unregister_agent(conn, adapter_path, agent_path); in main()
692 free(adapter_path); in main()