Searched refs:hci_disconn_cfm (Results 1 – 4 of 4) sorted by relevance
2739 hci_disconn_cfm(conn, HCI_ERROR_UNSPECIFIED); in hci_cs_disconnect()2773 hci_disconn_cfm(conn, cp->reason); in hci_cs_disconnect()3417 hci_disconn_cfm(conn, ev->reason); in hci_disconn_complete_evt()
2539 hci_disconn_cfm(conn, HCI_ERROR_LOCAL_HOST_TERM); in hci_conn_hash_flush()
5606 hci_disconn_cfm(conn, reason); in hci_abort_conn_sync()
1997 static inline void hci_disconn_cfm(struct hci_conn *conn, __u8 reason) in hci_disconn_cfm() function