Lines Matching refs:hci_conn

79 static inline u8 bdaddr_src_type(struct hci_conn *hcon)  in bdaddr_src_type()
84 static inline u8 bdaddr_dst_type(struct hci_conn *hcon) in bdaddr_dst_type()
662 struct hci_conn *hcon = conn->hcon; in l2cap_conn_update_id_addr()
885 struct hci_conn *hcon = chan->conn->hcon; in l2cap_do_send()
1488 struct hci_conn *hcon = conn->hcon; in l2cap_le_conn_ready()
1522 struct hci_conn *hcon = conn->hcon; in l2cap_conn_ready()
1667 static void l2cap_conn_del(struct hci_conn *hcon, int err) in l2cap_conn_del()
3922 struct hci_conn *hcon = conn->hcon; in l2cap_connect_req()
4512 struct hci_conn *hs_hcon; in l2cap_create_channel_req()
5217 struct hci_conn *hcon = conn->hcon; in l2cap_conn_param_update_req()
5268 struct hci_conn *hcon = conn->hcon; in l2cap_le_connect_rsp()
5677 struct hci_conn *hcon = conn->hcon; in l2cap_le_sig_channel()
5718 struct hci_conn *hcon = conn->hcon; in l2cap_sig_channel()
6889 struct hci_conn *hcon = conn->hcon; in l2cap_conless_channel()
6926 struct hci_conn *hcon = conn->hcon; in l2cap_recv_frame()
6990 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon) in l2cap_conn_add()
7072 struct hci_conn *hcon; in l2cap_chan_connect()
7267 struct hci_conn *hcon) in l2cap_global_fixed_chan()
7298 static void l2cap_connect_cfm(struct hci_conn *hcon, u8 status) in l2cap_connect_cfm()
7359 int l2cap_disconn_ind(struct hci_conn *hcon) in l2cap_disconn_ind()
7370 static void l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason) in l2cap_disconn_cfm()
7397 static void l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) in l2cap_security_cfm()
7488 void l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) in l2cap_recv_acldata()