Searched defs:hcon (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/net/bluetooth/ |
D | sco.c | 99 static struct sco_conn *sco_conn_add(struct hci_conn *hcon, __u8 status) in sco_conn_add() 138 static int sco_conn_del(struct hci_conn *hcon, int err) in sco_conn_del() 182 struct hci_conn *hcon; in sco_connect() local 921 int sco_connect_cfm(struct hci_conn *hcon, __u8 status) in sco_connect_cfm() 936 int sco_disconn_cfm(struct hci_conn *hcon, __u8 reason) in sco_disconn_cfm() 944 int sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) in sco_recv_scodata()
|
D | smp.c | 288 struct hci_conn *hcon = conn->hcon; in tk_request() local 406 struct hci_conn *hcon = conn->hcon; in random_work() local 520 int smp_user_confirm_reply(struct hci_conn *hcon, u16 mgmt_op, __le32 passkey) in smp_user_confirm_reply() 703 struct hci_conn *hcon = conn->hcon; in smp_ltk_encrypt() local 726 struct hci_conn *hcon = conn->hcon; in smp_cmd_security_req() local 756 struct hci_conn *hcon = conn->hcon; in smp_conn_security() local
|
D | l2cap_core.c | 581 struct hci_conn *hcon = chan->conn->hcon; in l2cap_do_send() local 996 static void l2cap_conn_del(struct hci_conn *hcon, int err) in l2cap_conn_del() 1040 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon, u8 status) in l2cap_conn_add() 1128 struct hci_conn *hcon; in l2cap_chan_connect() local 3345 struct hci_conn *hcon = conn->hcon; in l2cap_conn_param_update_req() local 4439 int l2cap_connect_cfm(struct hci_conn *hcon, u8 status) in l2cap_connect_cfm() 4455 int l2cap_disconn_ind(struct hci_conn *hcon) in l2cap_disconn_ind() 4466 int l2cap_disconn_cfm(struct hci_conn *hcon, u8 reason) in l2cap_disconn_cfm() 4492 int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) in l2cap_security_cfm() 4594 int l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) in l2cap_recv_acldata()
|
/linux-3.3/include/net/bluetooth/ |
D | sco.h | 56 struct hci_conn *hcon; member
|
D | l2cap.h | 512 struct hci_conn *hcon; member
|