Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_conn.c203 hci_conn_get(conn); in hci_connect_le_scan_remove()
2596 chan->conn = hci_conn_get(conn); in hci_chan_create()
Dhci_event.c6156 params->conn = hci_conn_get(conn); in check_pending_le_conn()
Dl2cap_core.c7832 conn->hcon = hci_conn_get(hcon); in l2cap_conn_add()
Dmgmt.c3548 cmd->user_data = hci_conn_get(conn); in pair_device()
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h1367 static inline struct hci_conn *hci_conn_get(struct hci_conn *conn) in hci_conn_get() function