Lines Matching defs:hcon

80 static inline u8 bdaddr_src_type(struct hci_conn *hcon)  in bdaddr_src_type()
85 static inline u8 bdaddr_dst_type(struct hci_conn *hcon) in bdaddr_dst_type()
749 struct hci_conn *hcon = conn->hcon; in l2cap_conn_update_id_addr() local
988 struct hci_conn *hcon = chan->conn->hcon; in l2cap_do_send() local
1536 static bool l2cap_check_enc_key_size(struct hci_conn *hcon) in l2cap_check_enc_key_size()
1710 struct hci_conn *hcon = conn->hcon; in l2cap_le_conn_ready() local
1744 struct hci_conn *hcon = conn->hcon; in l2cap_conn_ready() local
1889 static void l2cap_conn_del(struct hci_conn *hcon, int err) in l2cap_conn_del()
4276 struct hci_conn *hcon = conn->hcon; in l2cap_connect_req() local
5593 struct hci_conn *hcon = conn->hcon; in l2cap_conn_param_update_req() local
5650 struct hci_conn *hcon = conn->hcon; in l2cap_le_connect_rsp() local
6159 struct hci_conn *hcon = conn->hcon; in l2cap_ecred_conn_rsp() local
6463 struct hci_conn *hcon = conn->hcon; in l2cap_le_sig_channel() local
6512 struct hci_conn *hcon = conn->hcon; in l2cap_sig_channel() local
7748 struct hci_conn *hcon = conn->hcon; in l2cap_conless_channel() local
7785 struct hci_conn *hcon = conn->hcon; in l2cap_recv_frame() local
7849 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon) in l2cap_conn_add()
7959 struct hci_conn *hcon; in l2cap_chan_connect() local
8210 struct hci_conn *hcon) in l2cap_global_fixed_chan()
8241 static void l2cap_connect_cfm(struct hci_conn *hcon, u8 status) in l2cap_connect_cfm()
8302 int l2cap_disconn_ind(struct hci_conn *hcon) in l2cap_disconn_ind()
8313 static void l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason) in l2cap_disconn_cfm()
8340 static void l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) in l2cap_security_cfm()
8496 void l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) in l2cap_recv_acldata()