OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adapter_path
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/test/
agent.c
288
static int register_agent(DBusConnection *conn, const char *
adapter_path
,
301
msg = dbus_message_new_method_call("org.bluez",
adapter_path
,
334
static int unregister_agent(DBusConnection *conn, const char *
adapter_path
,
340
msg = dbus_message_new_method_call("org.bluez",
adapter_path
,
374
static int create_paired_device(DBusConnection *conn, const char *
adapter_path
,
382
msg = dbus_message_new_method_call("org.bluez",
adapter_path
,
543
char *
adapter_path
= NULL, *agent_path = NULL, *device = NULL;
local
598
adapter_path
= get_adapter_path(conn, adapter_id);
599
if (!
adapter_path
)
603
if (create_paired_device(conn,
adapter_path
, agent_path
[
all
...]
/external/bluetooth/bluez/src/
manager.c
336
const gchar *
adapter_path
= adapter_get_path(adapter);
local
338
return strcmp(
adapter_path
, path);
device.c
912
const gchar *
adapter_path
= adapter_get_path(adapter);
local
921
device->path = g_strdup_printf("%s/dev_%s",
adapter_path
, address_up);
[
all
...]
Completed in 47 milliseconds