Searched defs:hcon (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/bluetooth/ |
D | sco.c | 118 static struct sco_conn *sco_conn_add(struct hci_conn *hcon, __u8 status) in sco_conn_add() 161 static int sco_conn_del(struct hci_conn *hcon, int err) in sco_conn_del() 206 struct hci_conn *hcon; in sco_connect() local 849 int sco_connect_cfm(struct hci_conn *hcon, __u8 status) in sco_connect_cfm() 868 int sco_disconn_ind(struct hci_conn *hcon, __u8 reason) in sco_disconn_ind() 879 int sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) in sco_recv_scodata()
|
D | l2cap.c | 123 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon, __u8 status) in l2cap_conn_add() 153 static int l2cap_conn_del(struct hci_conn *hcon, int err) in l2cap_conn_del() 436 struct hci_conn *hcon; in l2cap_do_connect() local 1885 static int l2cap_connect_cfm(struct hci_conn *hcon, __u8 status) in l2cap_connect_cfm() 1904 static int l2cap_disconn_ind(struct hci_conn *hcon, __u8 reason) in l2cap_disconn_ind() 1915 static int l2cap_auth_cfm(struct hci_conn *hcon, __u8 status) in l2cap_auth_cfm() 1963 static int l2cap_encrypt_cfm(struct hci_conn *hcon, __u8 status) in l2cap_encrypt_cfm() 2010 static int l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, __u16 flags) in l2cap_recv_acldata()
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | sco.h | 59 struct hci_conn *hcon; member
|
D | l2cap.h | 209 struct hci_conn *hcon; member
|