Home
last modified time | relevance | path

Searched refs:hci_conn_drop (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dhci_event.c1780 hci_conn_drop(conn); in hci_cs_auth_requested()
1807 hci_conn_drop(conn); in hci_cs_set_conn_encrypt()
1983 hci_conn_drop(conn); in hci_cs_read_remote_features()
2010 hci_conn_drop(conn); in hci_cs_read_remote_ext_features()
2233 hci_conn_drop(conn); in hci_cs_le_read_remote_features()
2264 hci_conn_drop(conn); in hci_cs_le_start_enc()
2722 hci_conn_drop(conn); in hci_auth_complete_evt()
2729 hci_conn_drop(conn); in hci_auth_complete_evt()
2829 hci_conn_drop(conn); in read_enc_key_size_complete()
2895 hci_conn_drop(conn); in hci_encrypt_change_evt()
[all …]
Dsco.c148 hci_conn_drop(conn->hcon); in sco_chan_del()
249 hci_conn_drop(hcon); in sco_connect()
423 hci_conn_drop(sco_pi(sk)->conn->hcon); in __sco_sock_close()
Dhci_conn.c597 hci_conn_drop(acl); in hci_conn_del()
686 hci_conn_drop(params->conn); in hci_le_conn_failed()
1230 hci_conn_drop(acl); in hci_connect_sco()
Dmgmt.c2787 hci_conn_drop(conn); in pairing_complete()
2935 hci_conn_drop(conn); in pair_device()
2944 hci_conn_drop(conn); in pair_device()
5202 hci_conn_drop(conn); in conn_info_cmd_complete()
5412 hci_conn_drop(conn); in clock_info_cmd_complete()
Dl2cap_core.c613 hci_conn_drop(conn->hcon); in l2cap_chan_del()
7177 hci_conn_drop(hcon); in l2cap_chan_connect()
7186 hci_conn_drop(hcon); in l2cap_chan_connect()
7198 hci_conn_drop(hcon); in l2cap_chan_connect()
Dhci_core.c1589 hci_conn_drop(p->conn); in hci_pend_le_actions_clear()
2960 hci_conn_drop(params->conn); in hci_conn_params_free()
Dsmp.c809 hci_conn_drop(hcon); in smp_chan_destroy()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h963 static inline void hci_conn_drop(struct hci_conn *conn) in hci_conn_drop() function