Home
last modified time | relevance | path

Searched refs:NG_HCI_PKT_HV1 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c436 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req()
443 if ((req->cp.pkt_type & (NG_HCI_PKT_HV1| in ng_hci_lp_sco_con_req()
446 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req()
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_hci.h124 #define NG_HCI_PKT_HV1 0x0020 /* SCO link */ macro