Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c2724 hci_disconn_cfm(conn, HCI_ERROR_UNSPECIFIED); in hci_cs_disconnect()
2764 hci_disconn_cfm(conn, cp->reason); in hci_cs_disconnect()
3465 hci_disconn_cfm(conn, ev->reason); in hci_disconn_complete_evt()
5928 hci_disconn_cfm(conn, HCI_ERROR_REMOTE_USER_TERM); in hci_le_pa_sync_lost_evt()
7277 hci_disconn_cfm(bis, ev->reason); in hci_le_big_sync_lost_evt()
H A Dhci_conn.c2734 hci_disconn_cfm(conn, HCI_ERROR_LOCAL_HOST_TERM); in hci_conn_hash_flush()
H A Dhci_sync.c5763 hci_disconn_cfm(conn, reason); in hci_abort_conn_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h2147 static inline void hci_disconn_cfm(struct hci_conn *conn, __u8 reason) in hci_disconn_cfm() function