Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.h54 int ng_hci_command_untimeout (ng_hci_unit_p);
H A Dng_hci_misc.c139 ng_hci_command_untimeout(unit); in ng_hci_unit_clean()
387 ng_hci_command_untimeout(ng_hci_unit_p unit) in ng_hci_command_untimeout() function
H A Dng_hci_cmds.c370 * and return command parameters. ng_hci_command_untimeout will in complete_command()
372 * Note: if ng_hci_command_untimeout() fails (returns non-zero) in complete_command()
378 if (ng_hci_command_untimeout(unit) != 0) in complete_command()