Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_event.c1864 hci_conn_drop(conn); in hci_cs_auth_requested()
1891 hci_conn_drop(conn); in hci_cs_set_conn_encrypt()
2067 hci_conn_drop(conn); in hci_cs_read_remote_features()
2094 hci_conn_drop(conn); in hci_cs_read_remote_ext_features()
2317 hci_conn_drop(conn); in hci_cs_le_read_remote_features()
2348 hci_conn_drop(conn); in hci_cs_le_start_enc()
2806 hci_conn_drop(conn); in hci_auth_complete_evt()
2813 hci_conn_drop(conn); in hci_auth_complete_evt()
2913 hci_conn_drop(conn); in read_enc_key_size_complete()
2979 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.c600 hci_conn_drop(acl); in hci_conn_del()
689 hci_conn_drop(params->conn); in hci_le_conn_failed()
1233 hci_conn_drop(acl); in hci_connect_sco()
Dmgmt.c2782 hci_conn_drop(conn); in pairing_complete()
2930 hci_conn_drop(conn); in pair_device()
2939 hci_conn_drop(conn); in pair_device()
5196 hci_conn_drop(conn); in conn_info_cmd_complete()
5406 hci_conn_drop(conn); in clock_info_cmd_complete()
Dl2cap_core.c620 hci_conn_drop(conn->hcon); in l2cap_chan_del()
7270 hci_conn_drop(hcon); in l2cap_chan_connect()
7279 hci_conn_drop(hcon); in l2cap_chan_connect()
7291 hci_conn_drop(hcon); in l2cap_chan_connect()
Dhci_core.c1630 hci_conn_drop(p->conn); in hci_pend_le_actions_clear()
3067 hci_conn_drop(params->conn); in hci_conn_params_free()
Dsmp.c799 hci_conn_drop(hcon); in smp_chan_destroy()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h982 static inline void hci_conn_drop(struct hci_conn *conn) in hci_conn_drop() function