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 207 const char *agent_path, const char *capabilities);
235 const char *agent_path = "/android/bluetooth/agent"; local
237 if (register_agent(nat, agent_path, capabilities) < 0) {
238 dbus_connection_unregister_object_path (nat->conn, agent_path);
369 const char * agent_path, const char * capabilities)
375 if (!dbus_connection_register_object_path(nat->conn, agent_path,
378 __FUNCTION__, agent_path);
393 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
422 const char * agent_path = "/android/bluetooth/agent"; local
429 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
    [all...]
android_server_BluetoothService.cpp 362 const char *agent_path = "/android/bluetooth/remote_device_agent"; local
373 DBUS_TYPE_OBJECT_PATH, &agent_path,
398 const char *agent_path = "/android/bluetooth/remote_device_agent"; local
409 DBUS_TYPE_OBJECT_PATH, &agent_path,
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 1725 const gchar *address, *agent_path, *capability, *sender; local
    [all...]

Completed in 184 milliseconds