Home
last modified time | relevance | path

Searched refs:hci_disconn_cfm (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_event.c2791 hci_disconn_cfm(conn, HCI_ERROR_UNSPECIFIED); in hci_cs_disconnect()
2825 hci_disconn_cfm(conn, cp->reason); in hci_cs_disconnect()
3448 hci_disconn_cfm(conn, ev->reason); in hci_disconn_complete_evt()
5806 hci_disconn_cfm(hcon, ev->reason); in hci_disconn_phylink_complete_evt()
Dhci_sync.c5396 hci_disconn_cfm(conn, reason); in hci_abort_conn_sync()
5425 hci_disconn_cfm(conn, reason); in hci_abort_conn_sync()
Dhci_conn.c2567 hci_disconn_cfm(conn, HCI_ERROR_LOCAL_HOST_TERM); in hci_conn_hash_flush()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1943 static inline void hci_disconn_cfm(struct hci_conn *conn, __u8 reason) in hci_disconn_cfm() function