Searched defs:agent_path (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluez/test/
H A Dagent.c289 const char *agent_path,
295 if (!dbus_connection_register_object_path(conn, agent_path,
308 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
335 const char *agent_path)
347 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
369 dbus_connection_unregister_object_path(conn, agent_path);
375 const char *agent_path,
391 DBUS_TYPE_OBJECT_PATH, &agent_path,
543 char *adapter_path = NULL, *agent_path = NULL, *device = NULL; local
559 agent_path
288 register_agent(DBusConnection *conn, const char *adapter_path, const char *agent_path, const char *capabilities) argument
334 unregister_agent(DBusConnection *conn, const char *adapter_path, const char *agent_path) argument
374 create_paired_device(DBusConnection *conn, const char *adapter_path, const char *agent_path, const char *capabilities, const char *device) argument
[all...]
/external/bluetooth/bluez/src/
H A Ddevice.c1762 const char *agent_path,
1771 if (!agent_path)
1774 agent = agent_create(device->adapter, name, agent_path,
1786 device->path, name, agent_path);
1922 const char *agent_path,
1969 bonding = bonding_request_new(conn, msg, device, agent_path,
1759 bonding_request_new(DBusConnection *conn, DBusMessage *msg, struct btd_device *device, const char *agent_path, uint8_t capability) argument
1919 device_create_bonding(struct btd_device *device, DBusConnection *conn, DBusMessage *msg, const char *agent_path, uint8_t capability) argument
H A Dadapter.c1486 const gchar *address, *agent_path, *capability, *sender; local
1490 DBUS_TYPE_OBJECT_PATH, &agent_path,
1500 agent_matches(adapter->agent, sender, agent_path)) {
1515 return device_create_bonding(device, conn, msg, agent_path, cap);

Completed in 50 milliseconds