Home
last modified time | relevance | path

Searched refs:hci_conn_get (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c1670 conn->parent = hci_conn_get(parent); in hci_conn_link()
2842 chan->conn = hci_conn_get(conn); in hci_chan_create()
H A Dhci_sync.c5604 conn = hci_conn_get(conn); in hci_disconnect_all_sync()
H A Dhci_event.c5981 params->conn = hci_conn_get(conn); in check_pending_le_conn()
H A Dl2cap_core.c6833 conn->hcon = hci_conn_get(hcon); in l2cap_conn_add()
H A Dmgmt.c3610 cmd->user_data = hci_conn_get(conn); in pair_device()
/linux/include/net/bluetooth/
H A Dhci_core.h1596 static inline struct hci_conn *hci_conn_get(struct hci_conn *conn) in hci_conn_get() function