Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c171 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_acl_con_req()
301 con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_acl_con_req()
392 sco_con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in ng_hci_lp_sco_con_req()
402 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_sco_con_req()
470 sco_con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_sco_con_req()
538 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_le_con_req()
643 con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_le_con_req()
970 con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in ng_hci_lp_con_rsp()
1037 con->state = NG_HCI_CON_W4_CONN_COMPLETE; in ng_hci_lp_con_rsp()
1066 case NG_HCI_CON_W4_CONN_COMPLETE: in ng_hci_lp_con_rsp()
[all …]
H A Dng_hci_evnt.c492 con->state == NG_HCI_CON_W4_CONN_COMPLETE && in le_connection_complete()
694 con->state == NG_HCI_CON_W4_CONN_COMPLETE && in con_compl()
855 con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in con_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h567 #define NG_HCI_CON_W4_CONN_COMPLETE 2 /* wait for Connection_Complete evt */ macro