Home
last modified time | relevance | path

Searched refs:NG_HCI_PKT_HV2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c375 cp.pkt_type = htole16(NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3); in hci_add_sco_connection()
384 n &= (NG_HCI_PKT_HV1 | NG_HCI_PKT_HV2 | NG_HCI_PKT_HV3); in hci_add_sco_connection()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c451 req->cp.pkt_type |= NG_HCI_PKT_HV2; in ng_hci_lp_sco_con_req()
457 NG_HCI_PKT_HV2| in ng_hci_lp_sco_con_req()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h132 #define NG_HCI_PKT_HV2 0x0040 /* SCO link */
130 #define NG_HCI_PKT_HV2 global() macro