Home
last modified time | relevance | path

Searched refs:agent_path (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/test/
Dagent.c338 const char *agent_path, in register_agent() argument
351 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path, in register_agent()
378 const char *agent_path) in unregister_agent() argument
390 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path, in unregister_agent()
412 dbus_connection_unregister_object_path(conn, agent_path); in unregister_agent()
418 const char *agent_path, in create_paired_device() argument
434 DBUS_TYPE_OBJECT_PATH, &agent_path, in create_paired_device()
587 char *adapter_path = NULL, *agent_path = NULL, *device = NULL; in main() local
603 agent_path = strdup(optarg); in main()
636 if (!agent_path) in main()
[all …]
/external/bluetooth/bluez/src/
Ddevice.h81 const char *agent_path, uint8_t capability);
Ddevice.c2016 const char *agent_path, in bonding_request_new() argument
2027 if (!agent_path) in bonding_request_new()
2030 agent = agent_create(device->adapter, name, agent_path, in bonding_request_new()
2042 addr, name, agent_path); in bonding_request_new()
2075 const char *agent_path, in device_create_bonding() argument
2106 bonding = bonding_request_new(conn, msg, device, agent_path, in device_create_bonding()
Dadapter.c1725 const gchar *address, *agent_path, *capability, *sender; in create_paired_device() local
1730 DBUS_TYPE_OBJECT_PATH, &agent_path, in create_paired_device()
1743 agent_matches(adapter->agent, sender, agent_path)) { in create_paired_device()
1761 agent_path, cap); in create_paired_device()