Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c450 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req()
457 if ((req->cp.pkt_type & (NG_HCI_PKT_HV1| in ng_hci_lp_sco_con_req()
460 req->cp.pkt_type = NG_HCI_PKT_HV1; in ng_hci_lp_sco_con_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h130 #define NG_HCI_PKT_HV1 0x0020 /* SCO link */ macro