Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c180 cp.pkt_type = htole16( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 | in hci_create_connection()
224 n0 &= ( NG_HCI_PKT_DM1 | NG_HCI_PKT_DH1 | in hci_create_connection()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c256 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1); in ng_hci_lp_acl_con_req()
263 if ((req->cp.pkt_type & (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1| in ng_hci_lp_acl_con_req()
266 req->cp.pkt_type = (NG_HCI_PKT_DM1|NG_HCI_PKT_DH1); in ng_hci_lp_acl_con_req()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h130 #define NG_HCI_PKT_DH1 0x0010 /* ACL link */
128 #define NG_HCI_PKT_DH1 global() macro