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

  /external/bluetooth/bluez/src/
device.h 27 struct btd_device;
45 struct btd_device *device_create(DBusConnection *conn,
48 void device_set_name(struct btd_device *device, const char *name);
49 void device_get_name(struct btd_device *device, char *name, size_t len);
50 device_type_t device_get_type(struct btd_device *device);
51 void device_remove(struct btd_device *device, gboolean remove_stored);
52 gint device_address_cmp(struct btd_device *device, const gchar *address);
53 int device_browse_primary(struct btd_device *device, DBusConnection *conn,
55 int device_browse_sdp(struct btd_device *device, DBusConnection *conn,
57 void device_probe_drivers(struct btd_device *device, GSList *profiles)
    [all...]
agent.h 48 int agent_request_pincode(struct agent *agent, struct btd_device *device,
56 int agent_request_passkey(struct agent *agent, struct btd_device *device,
60 int agent_request_confirmation(struct agent *agent, struct btd_device *device,
65 struct btd_device *device, agent_cb cb,
68 int agent_display_passkey(struct agent *agent, struct btd_device *device,
event.c 65 struct btd_device **device,
127 const char *pincode, struct btd_device *device)
158 struct btd_device *device;
177 struct btd_device *device, gboolean success)
188 struct btd_device *device = user_data;
198 struct btd_device *device = user_data;
213 struct btd_device *device;
225 struct btd_device *device;
237 struct btd_device *device;
249 struct btd_device *device
    [all...]
device.c 83 struct btd_device *device;
90 struct btd_device *device;
97 struct btd_device *device;
107 struct btd_device { struct
174 struct btd_device *device = req->device;
191 struct btd_device *device = user_data;
229 gboolean device_is_paired(struct btd_device *device)
234 gboolean device_is_trusted(struct btd_device *device)
242 struct btd_device *device = user_data;
353 struct btd_device *device = data
    [all...]
adapter.h 89 struct btd_device *adapter_get_device(DBusConnection *conn,
92 struct btd_device *adapter_find_device(struct btd_adapter *adapter, const char *dest);
95 struct btd_device *device,
128 struct btd_device *device);
130 struct btd_device *device);
adapter.c 105 struct btd_device *device;
999 struct btd_device *adapter_find_device(struct btd_adapter *adapter,
1002 struct btd_device *device;
1027 struct btd_device *dev = l->data;
1149 static struct btd_device *adapter_create_device(DBusConnection *conn,
1154 struct btd_device *device;
1179 struct btd_device *device,
1203 struct btd_device *adapter_get_device(DBusConnection *conn,
1207 struct btd_device *device;
1388 struct btd_device *dev = l->data
    [all...]
agent.c 452 int agent_request_pincode(struct agent *agent, struct btd_device *device,
609 int agent_request_passkey(struct agent *agent, struct btd_device *device,
668 int agent_request_confirmation(struct agent *agent, struct btd_device *device,
725 int agent_request_pairing_consent(struct agent *agent, struct btd_device *device,
792 int agent_display_passkey(struct agent *agent, struct btd_device *device,
  /external/bluetooth/bluez/attrib/
client.h 26 struct btd_device *device, int psm,
28 void attrib_client_unregister(struct btd_device *device);
client.c 54 struct btd_device *dev;
165 const struct btd_device *dev = b;
1051 struct btd_device *device, int psm,
1079 void attrib_client_unregister(struct btd_device *device)
  /external/bluetooth/bluez/health/
hdp.h 29 int hdp_device_register(DBusConnection *conn, struct btd_device *device);
30 void hdp_device_unregister(struct btd_device *device);
hdp_manager.c 63 static int hdp_driver_probe(struct btd_device *device, GSList *uuids)
68 static void hdp_driver_remove(struct btd_device *device)
hdp_types.h 102 struct btd_device *dev; /* Device reference */
hdp.c 62 struct btd_device *device);
212 const struct btd_device *device = b;
1224 struct btd_device *device;
    [all...]
  /external/bluetooth/bluez/network/
connection.h 26 int connection_register(struct btd_device *device, const char *path,
manager.c 74 static int network_probe(struct btd_device *device, GSList *uuids, uint16_t id)
88 static void network_remove(struct btd_device *device, uint16_t id)
97 static int panu_probe(struct btd_device *device, GSList *uuids)
102 static void panu_remove(struct btd_device *device)
107 static int gn_probe(struct btd_device *device, GSList *uuids)
112 static void gn_remove(struct btd_device *device)
117 static int nap_probe(struct btd_device *device, GSList *uuids)
122 static void nap_remove(struct btd_device *device)
connection.c 63 struct btd_device *device;
177 static void disconnect_cb(struct btd_device *device, gboolean removal,
545 static struct network_peer *create_peer(struct btd_device *device,
574 int connection_register(struct btd_device *device, const char *path,
  /external/bluetooth/bluez/input/
device.h 45 int fake_input_register(DBusConnection *conn, struct btd_device *device,
48 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 89 struct btd_device *device;
753 static void disconnect_cb(struct btd_device *device, gboolean removal,
1039 struct btd_device *device, const char *path,
1089 int input_device_register(DBusConnection *conn, struct btd_device *device,
1114 int fake_input_register(DBusConnection *conn, struct btd_device *device,
  /external/bluetooth/bluez/serial/
manager.c 71 static int serial_probe(struct btd_device *device, const char *uuid)
104 static void serial_remove(struct btd_device *device)
114 static int port_probe(struct btd_device *device, GSList *uuids)
124 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 771 static int audio_probe(struct btd_device *device, GSList *uuids)
791 static void audio_remove(struct btd_device *device)
1335 struct btd_device *device;
1359 error("Unable to get btd_device object for %s", addr);
device.c 201 static void disconnect_cb(struct btd_device *btd_dev, gboolean removal,
630 struct btd_device *device,
avdtp.c     [all...]

Completed in 286 milliseconds