Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDlink_control.c181 NG_HCI_PKT_DM5); in hci_create_connection()
225 NG_HCI_PKT_DM5); in hci_create_connection()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_ulpi.c259 req->cp.pkt_type |= (NG_HCI_PKT_DM5|NG_HCI_PKT_DH5); in ng_hci_lp_acl_con_req()
264 NG_HCI_PKT_DM5|NG_HCI_PKT_DH5)) == 0) in ng_hci_lp_acl_con_req()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h134 #define NG_HCI_PKT_DM5 0x4000 /* ACL link */ macro