Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/hci/
HDng_hci_ulpi.c893 NGM_HCI_LP_DISCON_IND, sizeof(*ep), M_WAITOK | M_NULLOK); in ng_hci_lp_discon_ind()
910 NG_MKMESSAGE(msg, NGM_HCI_COOKIE, NGM_HCI_LP_DISCON_IND, in ng_hci_lp_discon_ind()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_main.c343 case NGM_HCI_LP_DISCON_IND: in ng_l2cap_lower_rcvmsg()
/dragonfly/sys/netgraph7/bluetooth/include/
HDng_hci.h438 #define NGM_HCI_LP_DISCON_IND 6 /* HCI -> Upper */ macro