hci_link_free
void hci_link_free(struct hci_link *, int);
hci_link_free(link, ECONNABORTED);
hci_link_free(link, ECONNABORTED);
hci_link_free(link, err);
hci_link_free(link, ENOENT); /* XXX NetBSD used ENOLINK here */
hci_link_free(link, err);
hci_link_free(link, err);
hci_link_free(link, ECONNRESET);
hci_link_free(link, ECONNABORTED);
hci_link_free(sco, err);
hci_link_free(sco, err);