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.c572 hci_conn_get(conn); in hci_le_conn_update()
1815 conn->parent = hci_conn_get(parent); in hci_conn_link()
2422 err = hci_cmd_sync_queue(hdev, create_big_sync, hci_conn_get(conn), in hci_connect_bis()
2878 chan->conn = hci_conn_get(conn); in hci_chan_create()
H A Dhci_sync.c5779 conn = hci_conn_get(conn); in hci_disconnect_all_sync()
7465 hci_conn_hold(hci_conn_get(conn)), in hci_le_read_remote_features()
H A Dhci_event.c6165 params->conn = hci_conn_get(conn); in check_pending_le_conn()
H A Dl2cap_core.c7009 conn->hcon = hci_conn_get(hcon); in l2cap_conn_add()
H A Dmgmt.c3719 cmd->user_data = hci_conn_get(conn); in pair_device()
/linux/include/net/bluetooth/
H A Dhci_core.h1665 static inline struct hci_conn *hci_conn_get(struct hci_conn *conn) in hci_conn_get() function