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

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h57 int ng_hci_con_untimeout (ng_hci_unit_con_p);
H A Dng_hci_misc.c151 ng_hci_con_untimeout(con);
429 ng_hci_con_untimeout(ng_hci_unit_con_p con) function
441 } /* ng_hci_con_untimeout */
H A Dng_hci_evnt.c501 * connection must have timeout set. If ng_hci_con_untimeout() fails
529 ng_hci_con_untimeout(con);
534 } else if ((error = ng_hci_con_untimeout(con)) != 0)
704 * connection must have timeout set. If ng_hci_con_untimeout() fails
726 } else if ((error = ng_hci_con_untimeout(con)) != 0)
870 ng_hci_con_untimeout(con);
912 ng_hci_con_untimeout(con);
H A Dng_hci_cmds.c643 ng_hci_con_untimeout(con);
H A Dng_hci_ulpi.c982 * Note: if ng_hci_con_untimeout() fails (returns non-zero value) then
986 if ((error = ng_hci_con_untimeout(con)) != 0)

Completed in 114 milliseconds