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

  /external/bluetooth/bluez/test/
agent.c 338 const char *agent_path,
351 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
378 const char *agent_path)
390 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
412 dbus_connection_unregister_object_path(conn, agent_path);
418 const char *agent_path,
434 DBUS_TYPE_OBJECT_PATH, &agent_path,
587 char *adapter_path = NULL, *agent_path = NULL, *device = NULL; local
603 agent_path = strdup(optarg);
636 if (!agent_path)
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 179 const char *agent_path, const char *capabilities);
242 const char *agent_path = "/android/bluetooth/agent"; local
244 if (register_agent(nat, agent_path, capabilities) < 0) {
245 dbus_connection_unregister_object_path (nat->conn, agent_path);
310 const char * agent_path, const char * capabilities)
316 if (!dbus_connection_register_object_path(nat->conn, agent_path,
319 __FUNCTION__, agent_path);
334 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
364 const char * agent_path = "/android/bluetooth/agent"; local
371 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
    [all...]
android_server_BluetoothService.cpp 345 const char *agent_path = "/android/bluetooth/remote_device_agent"; local
356 DBUS_TYPE_OBJECT_PATH, &agent_path,
381 const char *agent_path = "/android/bluetooth/remote_device_agent"; local
392 DBUS_TYPE_OBJECT_PATH, &agent_path,
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 1638 const gchar *address, *agent_path, *capability, *sender; local
    [all...]

Completed in 166 milliseconds