Home
last modified time | relevance | path

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

/netbsd-src/sys/netbt/
H A Dhci.h2518 struct hci_unit { struct
2519 device_t hci_dev; /* bthci handle */
2520 device_t hci_bthub; /* bthub(4) handle */
2521 const struct hci_if *hci_if; /* bthci driver interface */
2524 bdaddr_t hci_bdaddr; /* device address */
2525 uint16_t hci_flags; /* see BTF_ above */
2526 kcondvar_t hci_init; /* sleep on this */
2528 uint16_t hci_packet_type; /* packet types */
2529 uint16_t hci_acl_mask; /* ACL packet capabilities */
2530 uint16_t hci_sco_mask; /* SCO packet capabilities */
[all …]