Lines Matching refs:bt_device_s
51 struct bt_device_s;
57 struct bt_device_s *slave;
61 struct bt_device_s *slave, *host;
72 struct bt_device_s {
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_init(struct bt_scatternet_s *net);
170 struct bt_device_s *bt_tablet_init(struct bt_scatternet_s *net);
171 struct bt_device_s *bt_keyboard_init(struct bt_scatternet_s *net);