Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c189 hci_conn_get(conn); in hci_connect_le_scan_remove()
1719 chan->conn = hci_conn_get(conn); in hci_chan_create()
H A Dmgmt.c3018 cmd->user_data = hci_conn_get(conn); in pair_device()
6238 cmd->user_data = hci_conn_get(conn); in get_conn_info()
6385 cmd->user_data = hci_conn_get(conn); in get_clock_info()
H A Dhci_event.c5431 params->conn = hci_conn_get(conn); in check_pending_le_conn()
H A Dl2cap_core.c7821 conn->hcon = hci_conn_get(hcon); in l2cap_conn_add()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1115 static inline struct hci_conn *hci_conn_get(struct hci_conn *conn) in hci_conn_get() function