Home
last modified time | relevance | path

Searched refs:NG_HCI_CON_OPEN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c178 case NG_HCI_CON_OPEN: { in ng_hci_lp_acl_con_req()
345 acl_con->state == NG_HCI_CON_OPEN && in ng_hci_lp_sco_con_req()
545 case NG_HCI_CON_OPEN: { in ng_hci_lp_le_con_req()
708 if (con->state != NG_HCI_CON_OPEN) { in ng_hci_lp_discon_req()
1202 if (con->state != NG_HCI_CON_OPEN) { in ng_hci_lp_qos_req()
H A Dng_hci_evnt.c550 con->state = NG_HCI_CON_OPEN; in le_connection_complete()
742 con->state = NG_HCI_CON_OPEN; in con_compl()
1055 } else if (con->state != NG_HCI_CON_OPEN) { in qos_setup_compl()
1312 } else if (con->state != NG_HCI_CON_OPEN) { in qos_violation()
H A Dng_hci_main.c863 if (con->state != NG_HCI_CON_OPEN) { in ng_hci_acl_rcvdata()
982 if (con->state != NG_HCI_CON_OPEN) { in ng_hci_sco_rcvdata()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h568 #define NG_HCI_CON_OPEN 3 /* connection open */ macro