HomeSort by: relevance | last modified time | path
    Searched refs:hci_packet_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netbt/
hci_ioctl.c 225 btr->btr_packet_type = unit->hci_packet_type;
276 unit->hci_packet_type = btr->btr_packet_type;
277 unit->hci_packet_type &= unit->hci_acl_mask;
278 btr->btr_packet_type = unit->hci_packet_type;
hci_unit.c 158 unit->hci_packet_type = unit->hci_acl_mask;
hci_event.c 1039 unit->hci_packet_type = unit->hci_acl_mask;
hci_link.c 92 cp.pkt_type = htole16(unit->hci_packet_type);
hci.h 2528 uint16_t hci_packet_type; /* packet types */ member in struct:hci_unit

Completed in 20 milliseconds