Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c157 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_acl_con_req()
287 con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_acl_con_req()
378 sco_con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in ng_hci_lp_sco_con_req()
388 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_sco_con_req()
456 sco_con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_sco_con_req()
753 con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in ng_hci_lp_con_rsp()
820 con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_con_rsp()
849 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_con_rsp()
1199 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_process_con_timeout()
H A Dng_hci_evnt.c455 con->state == NG_HCI_CON_W4_CONN_COMPLETE && in con_compl()
616 con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in con_req()
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_hci.h491 #define NG_HCI_CON_W4_CONN_COMPLETE 2 /* wait for Connection_Complete evt */ macro