Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_event.c1550 hci_conn_drop(conn); in hci_cs_auth_requested()
1577 hci_conn_drop(conn); in hci_cs_set_conn_encrypt()
1753 hci_conn_drop(conn); in hci_cs_read_remote_features()
1780 hci_conn_drop(conn); in hci_cs_read_remote_ext_features()
1970 hci_conn_drop(conn); in hci_cs_le_read_remote_features()
2001 hci_conn_drop(conn); in hci_cs_le_start_enc()
2448 hci_conn_drop(conn); in hci_auth_complete_evt()
2455 hci_conn_drop(conn); in hci_auth_complete_evt()
2556 hci_conn_drop(conn); in read_enc_key_size_complete()
2617 hci_conn_drop(conn); in hci_encrypt_change_evt()
[all …]
Dsco.c147 hci_conn_drop(conn->hcon); in sco_chan_del()
248 hci_conn_drop(hcon); in sco_connect()
421 hci_conn_drop(sco_pi(sk)->conn->hcon); in __sco_sock_close()
Dhci_conn.c593 hci_conn_drop(acl); in hci_conn_del()
660 hci_conn_drop(params->conn); in hci_le_conn_failed()
1118 hci_conn_drop(acl); in hci_connect_sco()
Dmgmt.c3437 hci_conn_drop(conn); in pairing_complete()
3586 hci_conn_drop(conn); in pair_device()
3595 hci_conn_drop(conn); in pair_device()
5737 hci_conn_drop(conn); in conn_info_cmd_complete()
5946 hci_conn_drop(conn); in clock_info_cmd_complete()
Dl2cap_core.c602 hci_conn_drop(conn->hcon); in l2cap_chan_del()
7146 hci_conn_drop(hcon); in l2cap_chan_connect()
7155 hci_conn_drop(hcon); in l2cap_chan_connect()
7167 hci_conn_drop(hcon); in l2cap_chan_connect()
Dhci_core.c1628 hci_conn_drop(p->conn); in hci_pend_le_actions_clear()
2977 hci_conn_drop(params->conn); in hci_conn_params_free()
Dsmp.c802 hci_conn_drop(hcon); in smp_chan_destroy()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h936 static inline void hci_conn_drop(struct hci_conn *conn) in hci_conn_drop() function