Home
last modified time | relevance | path

Searched refs:ng_hci_con_untimeout (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h56 int ng_hci_con_untimeout (ng_hci_unit_con_p);
H A Dng_hci_misc.c150 ng_hci_con_untimeout(con); in ng_hci_unit_clean()
428 ng_hci_con_untimeout(ng_hci_unit_con_p con) in ng_hci_con_untimeout() function
H A Dng_hci_evnt.c505 * connection must have timeout set. If ng_hci_con_untimeout() fails in le_connection_complete()
533 ng_hci_con_untimeout(con); in le_connection_complete()
538 } else if ((error = ng_hci_con_untimeout(con)) != 0) in le_connection_complete()
708 * connection must have timeout set. If ng_hci_con_untimeout() fails in con_compl()
730 } else if ((error = ng_hci_con_untimeout(con)) != 0) in con_compl()
874 ng_hci_con_untimeout(con); in con_req()
916 ng_hci_con_untimeout(con); in discon_compl()
H A Dng_hci_cmds.c644 ng_hci_con_untimeout(con); in process_hc_baseband_params()
H A Dng_hci_ulpi.c985 if ((error = ng_hci_con_untimeout(con)) != 0) in ng_hci_lp_con_rsp()