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 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...]
  /external/bluetooth/bluez/src/
device.h 81 const char *agent_path, uint8_t capability);
device.c     [all...]
adapter.c 1725 const gchar *address, *agent_path, *capability, *sender; local
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 208 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);
370 const char * agent_path, const char * capabilities)
376 if (!dbus_connection_register_object_path(nat->conn, agent_path,
379 __FUNCTION__, agent_path);
394 dbus_message_append_args(msg, DBUS_TYPE_OBJECT_PATH, &agent_path,
423 const char * agent_path = "/android/bluetooth/agent"; local
430 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...]

Completed in 26 milliseconds