Searched refs:hcon (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dsco.c108 static struct sco_conn *sco_conn_add(struct hci_conn *hcon, __u8 status) argument
110 struct hci_dev *hdev = hcon->hdev;
111 struct sco_conn *conn = hcon->sco_data;
122 hcon->sco_data = conn;
123 conn->hcon = hcon;
126 conn->dst = &hcon->dst;
133 BT_DBG("hcon %p conn %p", hcon, conn);
147 static int sco_conn_del(struct hci_conn *hcon, in argument
190 struct hci_conn *hcon; local
845 sco_connect_cfm(struct hci_conn *hcon, __u8 status) argument
864 sco_disconn_ind(struct hci_conn *hcon, __u8 reason) argument
875 sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) argument
[all...]
H A Dl2cap.c245 hci_conn_put(conn->hcon);
262 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon, u8 status) argument
264 struct l2cap_conn *conn = hcon->l2cap_data;
273 hcon->l2cap_data = conn;
274 conn->hcon = hcon;
276 BT_DBG("hcon %p conn %p", hcon, conn);
278 conn->mtu = hcon->hdev->acl_mtu;
279 conn->src = &hcon
288 l2cap_conn_del(struct hci_conn *hcon, int err) argument
619 struct hci_conn *hcon; local
1948 l2cap_connect_cfm(struct hci_conn *hcon, u8 status) argument
1967 l2cap_disconn_ind(struct hci_conn *hcon, u8 reason) argument
1979 l2cap_auth_cfm(struct hci_conn *hcon, u8 status) argument
2029 l2cap_encrypt_cfm(struct hci_conn *hcon, u8 status) argument
2080 l2cap_recv_acldata(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dsco.h56 struct hci_conn *hcon; member in struct:sco_conn
H A Dl2cap.h188 struct hci_conn *hcon; member in struct:l2cap_conn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dsock.c773 cinfo.hci_handle = l2cap_pi(l2cap_sk)->conn->hcon->handle;
774 memcpy(cinfo.dev_class, l2cap_pi(l2cap_sk)->conn->hcon->dev_class, 3);
H A Dcore.c1156 if (!hci_conn_encrypt(l2cap_pi(sk)->conn->hcon))
1159 if (!hci_conn_auth(l2cap_pi(sk)->conn->hcon))
1180 hci_conn_switch_role(l2cap_pi(sk)->conn->hcon, 0x00);
1717 hci_conn_change_link_key(l2cap_pi(sk)->conn->hcon);

Completed in 106 milliseconds