Home
last modified time | relevance | path

Searched defs:bthidev_attach_args (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/bluetooth/
H A Dbthidev.h62 struct bthidev_attach_args { struct
63 int ba_vendor; /* USB Forum Vendor ID */
64 int ba_product; /* USB Forum Product ID */
65 const void *ba_desc; /* descriptor */
66 int ba_dlen; /* descriptor length */
67 int ba_id; /* report id */
69 void (*ba_input) /* input method */
71 void (*ba_feature) /* feature method */
73 int (*ba_output) /* output method */