btreq 1948 netbt/hci.h #define SIOCGBTINFO _IOWR('b', 5, struct btreq) /* get unit info */
btreq 1949 netbt/hci.h #define SIOCGBTINFOA _IOWR('b', 6, struct btreq) /* get info by address */
btreq 1950 netbt/hci.h #define SIOCNBTINFO _IOWR('b', 7, struct btreq) /* next unit info */
btreq 1952 netbt/hci.h #define SIOCSBTFLAGS _IOWR('b', 8, struct btreq) /* set unit flags */
btreq 1953 netbt/hci.h #define SIOCSBTPOLICY _IOWR('b', 9, struct btreq) /* set unit link policy */
btreq 1954 netbt/hci.h #define SIOCSBTPTYPE _IOWR('b', 10, struct btreq) /* set unit packet type */
btreq 1956 netbt/hci.h #define SIOCGBTSTATS _IOWR('b', 11, struct btreq) /* get unit statistics */
btreq 1957 netbt/hci.h #define SIOCZBTSTATS _IOWR('b', 12, struct btreq) /* zero unit statistics */
btreq 1959 netbt/hci.h #define SIOCBTDUMP _IOW('b', 13, struct btreq) /* print debug info */
btreq 1960 netbt/hci.h #define SIOCSBTSCOMTU _IOWR('b', 17, struct btreq) /* set sco_mtu value */
btreq 1975 netbt/hci.h struct btreq {
btreq 136 netbt/hci_ioctl.c struct btreq *btr = data;
btreq 207 netbt/hci_ioctl.c memset(btr, 0, sizeof(struct btreq));