HomeSort by relevance Sort by last modified time
    Searched refs:agent_path (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluez/test/
agent.c 289 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 = strdup(optarg)
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 173 const char *agent_path, const char *capabilities);
236 const char *agent_path = "/android/bluetooth/agent"; local
238 if (register_agent(nat, agent_path, capabilities) < 0) {
239 dbus_connection_unregister_object_path (nat->conn, agent_path);
304 const char * agent_path, const char * capabilities)
309 if (!dbus_connection_register_object_path(nat->conn, agent_path,
312 __FUNCTION__, agent_path);
327 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
356 const char * agent_path = "/android/bluetooth/agent"; local
363 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
    [all...]
android_server_BluetoothService.cpp 305 const char *agent_path = "/android/bluetooth/remote_device_agent"; local
316 DBUS_TYPE_OBJECT_PATH, &agent_path,
    [all...]
  /external/bluetooth/bluez/src/
device.h 67 const char *agent_path, uint8_t capability);
device.c     [all...]
adapter.c 1486 const gchar *address, *agent_path, *capability, *sender; local
    [all...]

Completed in 846 milliseconds