Searched defs:bt_device_s (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dbt.h51 struct bt_device_s;
57 struct bt_device_s *slave;
61 struct bt_device_s *slave, *host;
72 struct bt_device_s { struct
97 void (*handle_destroy)(struct bt_device_s *device);
98 struct bt_device_s *next; /* Next in the piconet/scatternet */
107 void bt_device_init(struct bt_device_s *dev, struct bt_scatternet_s *net);
108 void bt_device_done(struct bt_device_s *dev);
137 struct bt_device_s device;
169 struct bt_device_s *bt_mouse_ini
[all...]

Completed in 88 milliseconds