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

/freebsd-10.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h55 int ng_hci_con_untimeout (ng_hci_unit_con_p);
H A Dng_hci_misc.c149 ng_hci_con_untimeout(con);
426 ng_hci_con_untimeout(ng_hci_unit_con_p con) function
438 } /* ng_hci_con_untimeout */
H A Dng_hci_evnt.c460 * connection must have timeout set. If ng_hci_con_untimeout() fails
482 } else if ((error = ng_hci_con_untimeout(con)) != 0)
626 ng_hci_con_untimeout(con);
668 ng_hci_con_untimeout(con);
H A Dng_hci_cmds.c630 ng_hci_con_untimeout(con);
H A Dng_hci_ulpi.c765 * Note: if ng_hci_con_untimeout() fails (returns non-zero value) then
769 if ((error = ng_hci_con_untimeout(con)) != 0)

Completed in 54 milliseconds