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

  /external/bluetooth/bluez/src/
device.h 27 struct btd_device;
39 struct btd_device *device_create(DBusConnection *conn, struct btd_adapter *adapter,
41 void device_set_name(struct btd_device *device, const char *name);
42 void device_get_name(struct btd_device *device, char *name, size_t len);
43 void device_remove(struct btd_device *device, gboolean remove_stored);
44 gint device_address_cmp(struct btd_device *device, const gchar *address);
45 int device_browse(struct btd_device *device, DBusConnection *conn,
47 void device_probe_drivers(struct btd_device *device, GSList *profiles);
48 const sdp_record_t *btd_device_get_record(struct btd_device *device,
50 void btd_device_add_uuid(struct btd_device *device, const char *uuid)
    [all...]
agent.h 53 int agent_request_pincode(struct agent *agent, struct btd_device *device,
61 int agent_request_passkey(struct agent *agent, struct btd_device *device,
65 int agent_request_oob_data(struct agent *agent, struct btd_device *device,
73 int agent_request_confirmation(struct agent *agent, struct btd_device *device,
77 int agent_display_passkey(struct agent *agent, struct btd_device *device,
device.c 85 struct btd_device *device;
92 struct btd_device *device;
98 struct btd_device *device;
109 struct btd_device { struct
204 struct btd_device *device = req->device;
221 struct btd_device *device = user_data;
253 gboolean device_is_paired(struct btd_device *device)
258 gboolean device_is_trusted(struct btd_device *device)
266 struct btd_device *device = user_data;
363 struct btd_device *device = data
    [all...]
adapter.h 83 struct btd_device *adapter_get_device(DBusConnection *conn,
86 struct btd_device *adapter_find_device(struct btd_adapter *adapter, const char *dest);
88 struct btd_device *adapter_find_connection(struct btd_adapter *adapter, uint16_t handle);
91 struct btd_device *device,
93 struct btd_device *adapter_create_device(DBusConnection *conn,
132 struct btd_device *device, uint16_t handle);
134 struct btd_device *device, uint16_t handle);
dbus-hci.c 63 struct btd_device *device;
72 struct btd_device **device,
170 const char *pincode, struct btd_device *device)
213 struct btd_device *device;
228 struct btd_device *device, gboolean success)
257 struct btd_device *device = user_data;
267 struct btd_device *device = user_data;
299 struct btd_device *device = user_data;
330 static void io_capa_oob_response(struct btd_adapter *adapter, struct btd_device *device,
361 struct btd_device *device = oob->device
    [all...]
dbus-hci.h 50 struct btd_device **device,
adapter.c 90 struct btd_device *device;
1006 struct btd_device *adapter_find_device(struct btd_adapter *adapter,
1009 struct btd_device *device;
1025 struct btd_device *adapter_find_connection(struct btd_adapter *adapter,
1031 struct btd_device *device = l->data;
1049 struct btd_device *dev = l->data;
1132 struct btd_device *adapter_create_device(DBusConnection *conn,
1136 struct btd_device *device;
1161 struct btd_device *device,
1185 struct btd_device *adapter_get_device(DBusConnection *conn
    [all...]
agent.c 513 int agent_request_pincode(struct agent *agent, struct btd_device *device,
670 int agent_request_passkey(struct agent *agent, struct btd_device *device,
776 int agent_request_oob_data(struct agent *agent, struct btd_device *device,
835 int agent_request_confirmation(struct agent *agent, struct btd_device *device,
892 int agent_request_pairing_consent(struct agent *agent, struct btd_device *device,
958 int agent_display_passkey(struct agent *agent, struct btd_device *device,
security.c 306 struct btd_device *device;
  /external/bluetooth/bluez/network/
connection.h 26 int connection_register(struct btd_device *device, const char *path,
manager.c 75 static int network_probe(struct btd_device *device, GSList *uuids, uint16_t id)
89 static void network_remove(struct btd_device *device, uint16_t id)
98 static int panu_probe(struct btd_device *device, GSList *uuids)
103 static void panu_remove(struct btd_device *device)
108 static int gn_probe(struct btd_device *device, GSList *uuids)
113 static void gn_remove(struct btd_device *device)
118 static int nap_probe(struct btd_device *device, GSList *uuids)
123 static void nap_remove(struct btd_device *device)
connection.c 64 struct btd_device *device;
214 static void disconnect_cb(struct btd_device *device, gboolean removal,
582 static struct network_peer *create_peer(struct btd_device *device,
611 int connection_register(struct btd_device *device, const char *path,
  /external/bluetooth/bluez/input/
device.h 44 int fake_input_register(DBusConnection *conn, struct btd_device *device,
47 int input_device_register(DBusConnection *conn, struct btd_device *device,
manager.c 50 static void input_remove(struct btd_device *device, const char *uuid)
59 static int hid_device_probe(struct btd_device *device, GSList *uuids)
78 static void hid_device_remove(struct btd_device *device)
83 static int headset_probe(struct btd_device *device, GSList *uuids)
121 static void headset_remove(struct btd_device *device)
device.c 94 struct btd_device *device;
776 static void disconnect_cb(struct btd_device *device, gboolean removal,
1063 struct btd_device *device, const char *path,
1113 int input_device_register(DBusConnection *conn, struct btd_device *device,
1138 int fake_input_register(DBusConnection *conn, struct btd_device *device,
  /external/bluetooth/bluez/serial/
manager.c 73 static int serial_probe(struct btd_device *device, const char *uuid)
106 static void serial_remove(struct btd_device *device)
116 static int port_probe(struct btd_device *device, GSList *uuids)
126 static void port_remove(struct btd_device *device)
  /external/bluetooth/bluez/audio/
device.h 54 struct btd_device *btd_dev;
76 struct btd_device *device,
manager.c 767 static int audio_probe(struct btd_device *device, GSList *uuids)
787 static void audio_remove(struct btd_device *device)
1227 struct btd_device *device;
1251 error("Unable to get btd_device object for %s", addr);
device.c 592 struct btd_device *device,
source.c 166 static void disconnect_cb(struct btd_device *btd_dev, gboolean removal,
sink.c 173 static void disconnect_cb(struct btd_device *btd_dev, gboolean removal,
headset.c     [all...]
avdtp.c     [all...]

Completed in 56 milliseconds