Searched refs:agent_path (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/test/ |
D | agent.c | 289 const char *agent_path, in register_agent() argument 295 if (!dbus_connection_register_object_path(conn, agent_path, in register_agent() 308 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path, in register_agent() 335 const char *agent_path) in unregister_agent() argument 347 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path, in unregister_agent() 369 dbus_connection_unregister_object_path(conn, agent_path); in unregister_agent() 375 const char *agent_path, in create_paired_device() argument 391 DBUS_TYPE_OBJECT_PATH, &agent_path, in create_paired_device() 543 char *adapter_path = NULL, *agent_path = NULL, *device = NULL; in main() local 559 agent_path = strdup(optarg); in main() [all …]
|
/external/bluetooth/bluez/src/ |
D | device.h | 67 const char *agent_path, uint8_t capability);
|
D | device.c | 1757 const char *agent_path, in bonding_request_new() argument 1766 if (!agent_path) in bonding_request_new() 1769 agent = agent_create(device->adapter, name, agent_path, in bonding_request_new() 1781 device->path, name, agent_path); in bonding_request_new() 1917 const char *agent_path, in device_create_bonding() argument 1964 bonding = bonding_request_new(conn, msg, device, agent_path, in device_create_bonding()
|
D | adapter.c | 1486 const gchar *address, *agent_path, *capability, *sender; in create_paired_device() local 1490 DBUS_TYPE_OBJECT_PATH, &agent_path, in create_paired_device() 1500 agent_matches(adapter->agent, sender, agent_path)) { in create_paired_device() 1515 return device_create_bonding(device, conn, msg, agent_path, cap); in create_paired_device()
|